Triangle.computeNormal

Returns triangle normal.

struct Triangle(T, int N)
const
static if(N == 3 && isFloatingPoint!T)
Vector!(T, 3)
computeNormal
()
if (
N == 2 ||
N == 3
)

Meta