daque.math.geometry

Undocumented in source.

Members

Functions

cross
R[] cross(R[] v, R[] w)

Mathematical cross product

distance
real distance(R[] v, R[] w)

Mathematical distance between to points

dot
R dot(R[] v, R[] w)

Mathematical dot product

geometryTest
void geometryTest()
Undocumented in source. Be warned that the author may not have intended to support it.
magnitude
real magnitude(R[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
magnitudeSquared
R magnitudeSquared(R[] v)
Undocumented in source.
normalize
R[] normalize(R[] v)
Undocumented in source.

Meta