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

Quaternion.Set Method 

 [This is preliminary documentation and subject to change.]

Set the components of this quaternion.

[Visual Basic]
Public Sub Set( _ 
   ByVal Single As Single, _ 
   ByVal Single As Single, _ 
   ByVal Single As Single, _ 
   ByVal Single As Single _ 
)
[C#]
public void Set(
   float Single,
   float Single,
   float Single,
   float Single
);
[C++]
public: void Set(
   float Single,
   float Single,
   float Single,
   float Single
);
[JScript]
public function Set(
   float Single,
   float Single,
   float Single,
   float Single
);

See Also

Quaternion Structure | mPhysics.Foundation Namespace