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

Segment Constructor 

 [This is preliminary documentation and subject to change.]

[Visual Basic]
Public Sub New( _ 
   ByVal Vector3 As Vector3, _ 
   ByVal Vector3 As Vector3 _ 
)
[C#]
public Segment(
   Vector3 Vector3,
   Vector3 Vector3
);
[C++]
public: Segment(
   Vector3 Vector3,
   Vector3 Vector3
);
[JScript]
public function Segment(
   Vector3 Vector3,
   Vector3 Vector3
);

See Also

Segment Structure | mPhysics.Foundation Namespace