All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.recast4j.detour.extras.jumplink.JumpSegment Maven / Gradle / Ivy

The newest version!
package org.recast4j.detour.extras.jumplink;

class JumpSegment {

    int groundSegment;
    int startSample;
    int samples;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy