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 );
Quaternion Structure | mPhysics.Foundation Namespace