GoSpline.getPoint C# (CSharp) Méthode

getPoint() private méthode

directly gets the point for the current spline type with no lookup table to adjust for constant speed
private getPoint ( float t ) : Vector3
t float
Résultat Vector3
    private Vector3 getPoint( float t )
    {
        return _solver.getPoint( t );
    }