Vec3

Undocumented in source.

Constructors

this
this(float x, float y, float z)
Undocumented in source.
this
this(float[3] data)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

crossProduct
Vec3 crossProduct(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
dotProduct
Vec3 dotProduct(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
normalize
void normalize()
Undocumented in source. Be warned that the author may not have intended to support it.
normalized
Vec3 normalized()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Vec3 opBinary(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Vec3 opBinary(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta