- cross
Vec3 cross(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- dot
float dot(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vec3 opBinary(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vec3 opBinary(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Vec3 opBinary(float ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
Vec3 opBinaryRight(float ratio)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
Vec3 opOpAssign(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
Vec3 opOpAssign(Vec3 vec3)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(float[] coord)
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_x
void set_x(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_y
void set_y(float y)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_z
void set_z(float z)
Undocumented in source. Be warned that the author may not have intended to support it.
- coord
float[] coord [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- magnitude
float magnitude [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- normalize
void normalize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- x
float x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- y
float y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- z
float z [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.