Vec3

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Constructors

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

Members

Functions

len
float len()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

add
Vec3 add(Vec3 left, Vec3 right)
Undocumented in source. Be warned that the author may not have intended to support it.
cross
Vec3 cross(Vec3 v0, Vec3 v1)
Undocumented in source. Be warned that the author may not have intended to support it.
dot
float dot(Vec3 v0, Vec3 v1)
Undocumented in source. Be warned that the author may not have intended to support it.
mul
Vec3 mul(Vec3 v, float s)
Undocumented in source. Be warned that the author may not have intended to support it.
norm
Vec3 norm(Vec3 v)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
Vec3 sub(Vec3 left, Vec3 right)
Undocumented in source. Be warned that the author may not have intended to support it.
up
Vec3 up()
Undocumented in source. Be warned that the author may not have intended to support it.
zero
Vec3 zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

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

Meta