ImageGear .NET - Updated March 30, 2018
AddMatrix Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorRotation Class : AddMatrix Method
3x3 matrix being added.
Adds a 3x3 matrix to the rotation.
Syntax
'Declaration
 
Public Sub AddMatrix( _
   ByVal matrix() As Single _
) 
 
'Usage
 
Dim instance As ImGearVectorRotation
Dim matrix() As Single
 
instance.AddMatrix(matrix)

Parameters

matrix
3x3 matrix being added.
See Also

Reference

ImGearVectorRotation Class
ImGearVectorRotation Members