GoSpline.getPoint C# (CSharp) Method

getPoint() private method

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
return Vector3
    private Vector3 getPoint( float t )
    {
        return _solver.getPoint( t );
    }