Tensor Tiling Library
 
Loading...
Searching...
No Matches
TTL_offset Struct Reference

Description of the 3D offset of an object. More...

#include <TTL_types.h>

Collaboration diagram for TTL_offset:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TTL_offset()

TTL_offset::TTL_offset ( TTL_offset_dim x = 0,
TTL_offset_dim y = 0,
TTL_offset_dim z = 0 )
inline

Create a TTL_offset.

Parameters
xThe x offset
yThe y offset
zThe z offset

Definition at line 76 of file TTL_cpp/TTL_types.h.

Field Documentation

◆ x

TTL_offset_dim TTL_offset::x

Offset in dimension x.

Definition at line 78 of file TTL_cpp/TTL_types.h.

◆ y

TTL_offset_dim TTL_offset::y

Offset in dimension y.

Definition at line 79 of file TTL_cpp/TTL_types.h.

◆ z

TTL_offset_dim TTL_offset::z

Offset in dimension z.

Definition at line 80 of file TTL_cpp/TTL_types.h.


The documentation for this struct was generated from the following file: