ImageGear .NET v24.12 - Updated
GetMatrix Method (ImGearVectorRotation)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorRotation Class : GetMatrix Method
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