ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Move Method |
'Declaration Public Sub Move( _ ByVal offsetX As Single, _ ByVal offsetY As Single, _ ByVal offsetZ As Single, _ ByVal transformBeforeMoving As Boolean _ )
'Usage Dim instance As ImGearVectorEntity Dim offsetX As Single Dim offsetY As Single Dim offsetZ As Single Dim transformBeforeMoving As Boolean instance.Move(offsetX, offsetY, offsetZ, transformBeforeMoving)
transformBeforeMoving
parameter is true then moving is performed before other transformations (that is, the current matrix is multiplied by the move matrix). Otherwise, the move matrix is multiplied by the current matrix.