TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct Tinman.Math.Vec3

Short Name:
  • struct Vec3
Fields:
  • required x
  • required y
  • required z

A three-dimensional vector with 64-bit floating-point precision.

/     \
|  X  |
|  Y  |
|  Z  |
\     /

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required x number    

X-component of vector.

required y number    

Y-component of vector.

required z number    

Z-component of vector.

Usages

The following table shows all usages of this config type.

Used By: