CreateTranslationMatrix Method

IntelliCAD 11.1 Object Library
CreateTranslationMatrix Method
See Also 
x
The translation value for the x-axis.
y
The translation value for the x-axis.
z
The translation value for the x-axis.
Library Object : CreateTranslationMatrix Method

Description

Returns the resulting matrix object with a translation of x, y, and z along the axes.

Syntax

Visual Basic
Public Function CreateTranslationMatrix( _
   Optional ByVal x As Double = 0, _
   Optional ByVal y As Double = 0, _
   Optional ByVal z As Double = 0 _
) As Matrix

Parameters

x
The translation value for the x-axis.
y
The translation value for the x-axis.
z
The translation value for the x-axis.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.