Triangle.computeNormal

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

Return Value

Type: Vector!(T, 3)

Triangle normal.

Meta