Vec3

Vector 3 struct with floats.

Constructors

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

Members

Properties

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.

Meta