Description of the 3D offset of an object. More...
#include <TTL_types.h>
Public Member Functions | |
TTL_offset (TTL_offset_dim x=0, TTL_offset_dim y=0, TTL_offset_dim z=0) | |
Create a TTL_offset. | |
Data Fields | |
TTL_offset_dim | x |
Offset in dimension x. | |
TTL_offset_dim | y |
Offset in dimension y. | |
TTL_offset_dim | z |
Offset in dimension z. | |
Description of the 3D offset of an object.
A offset of an object from some other reference point.
The units are elements
Definition at line 68 of file TTL_cpp/TTL_types.h.
|
inline |
Create a TTL_offset.
x | The x offset |
y | The y offset |
z | The z offset |
Definition at line 76 of file TTL_cpp/TTL_types.h.
TTL_offset_dim TTL_offset::x |
Offset in dimension x.
Definition at line 78 of file TTL_cpp/TTL_types.h.
TTL_offset_dim TTL_offset::y |
Offset in dimension y.
Definition at line 79 of file TTL_cpp/TTL_types.h.
TTL_offset_dim TTL_offset::z |
Offset in dimension z.
Definition at line 80 of file TTL_cpp/TTL_types.h.