Void
Matrix4D
.Translate(
Double
x,
Double
y,
Double
z)
Convenient method to combine (x, y, z) translatation into itself.
Remarks
Examples
Parameters
x
Type:
Double
y
Type:
Double
z
Type:
Double
Return Value
Type:
Void