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
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | x | Number | ![]() | ![]() | ![]() | 0.0 |
Defines the distance by which coordinates are translated in the X axis direction |
| public | y | Number | ![]() | ![]() | ![]() | 0.0 |
Defines the distance by which coordinates are translated in the Y axis direction |
| public | z | Number | ![]() | ![]() | ![]() | 0.0 |
Defines the distance by which coordinates are translated in the Z axis direction |
