mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Segment.GetParameterPoint Method 

 [This is preliminary documentation and subject to change.]

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;

See Also

Segment Structure | mPhysics.Foundation Namespace