Get a point on the segment at the given parameter (0 = start, 1 = end)
[Visual Basic] Public Function GetParameterPoint( _ ByVal Single As Single _ ) As Vector3 [C#] public Vector3 GetParameterPoint( float Single ); [C++] public: Vector3 GetParameterPoint( float Single ); [JScript] public function GetParameterPoint( float Single ): Vector3;
Segment Structure | mPhysics.Foundation Namespace