libt3d  2.6
Public Attributes
T3DVector Struct Reference

Rotation vector and translation. More...

#include <t3d.h>

List of all members.

Public Attributes

T3DType type
 internal representation type.
short flags
 special behavior.
int err
 last error code.
double vector [6]
 rx, ry, rz, x, y, z.
double r [3]
 rotation vector.
double t [3]
 translation vector.
double rx
 rotation around X.
double ry
 rotation around Y.
double rz
 rotation around Z.
double x
 translation along X.
double y
 translation along Y.
double z
 translation along Z.

Detailed Description

Rotation vector and translation.

Internal representation of a T3D of tupe T3D_VECTOR.