Vector.getOrthogonalVector

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

struct Vector(T, size_t N)
nothrow
static if(isFloatingPoint!T)
static if(N == 3)
getOrthogonalVector
()

See Also

Source at .

Meta

Authors

Sam Hocevar