Vector.getOrthogonalVector

Gets an orthogonal vector from a 3-dimensional vector. Doesn’t normalize the output.

struct Vector(T, int N)
nothrow @nogc pure const nothrow
static if(isFloatingPoint!T)
static if(N == 3)
getOrthogonalVector
()

See Also

Source at .

Meta

Authors

Sam Hocevar