ImageGear for .NET
GetMatrix Method (ImGearVectorRotation)




Returns a copy of the 3x3 rotation matrix.
Syntax
'Declaration
 
Public Function GetMatrix() As Single()
'Usage
 
Dim instance As ImGearVectorRotation
Dim value() As Single
 
value = instance.GetMatrix()
public float[] GetMatrix()
public: float[]* GetMatrix(); 
public:
array<float>^ GetMatrix(); 

Return Value

A float[] copy of the 3x3 rotation matrix.
See Also

Reference

ImGearVectorRotation Class
ImGearVectorRotation Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback