Translate
Inherits from: Transform
Overview
This class represents an
Affine object that translates coordinates by the specified factors. The matrix representing the translating transformation is as follows:
[ 1 0 0 x ]
[ 0 1 0 y ]
[ 0 0 1 z ]
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| x | Number | 0.0 |
Defines the distance by which coordinates are translated in the X axis direction |
| y | Number | 0.0 |
Defines the distance by which coordinates are translated in the Y axis direction |
| z | Number | 0.0 |
Defines the distance by which coordinates are translated in the Z axis direction |
