Vector.getOrthogonalVector

Gets an orthogonal vector from a 3D vector.

struct Vector(T, ubyte N)
const
static if(isFloatingPoint!T)
static if(N == 3)
getOrthogonalVector
()
if (
N >= 2 &&
N <= 4
)

Meta