CoordinateSystem

Undocumented in source.

Members

Functions

opBinary
CoordinateSystem opBinary(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
CoordinateSystem opBinaryRight(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
CoordinateSystem opOpAssign(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
rotate
void rotate(Quat rotQuat)
Undocumented in source. Be warned that the author may not have intended to support it.
set_position
void set_position(Vec3 x, Vec3 y, Vec3 z)
Undocumented in source. Be warned that the author may not have intended to support it.
set_position
void set_position(Quat x, Quat y, Quat z)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

x
Vec3 x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
Vec3 y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
z
Vec3 z [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta