Bezier.Bezier.point C# (CSharp) Method

point() public method

public point ( float t ) : Vector3
t float
return UnityEngine.Vector3
        public Vector3 point(float t)
        {
            return bezierPoint( map(t) );
        }