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

Ray Constructor 

 [This is preliminary documentation and subject to change.]

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

See Also

Ray Structure | mPhysics.Foundation Namespace