vec3

Undocumented in source.

Constructors

this
this(float x, float y, float z)
Undocumented in source.

Members

Functions

normalized
vec3 normalized()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
vec3 opBinary(float scalar)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
vec3 opBinary(vec3 other)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
vec3 opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
float length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lengthSq
float lengthSq [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

cross
vec3 cross(vec3 a, vec3 b)
Undocumented in source. Be warned that the author may not have intended to support it.
dot
float dot(vec3 a, vec3 b)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

forward
vec3 forward;
Undocumented in source.
right
vec3 right;
Undocumented in source.
up
vec3 up;
Undocumented in source.
zero
vec3 zero;
Undocumented in source.

Variables

x
float x;
y
float y;
z
float z;
Undocumented in source.

Meta