Triangle.computeNormal

struct Triangle(T, size_t N)
pure const nothrow
static if(N == 3u)
Vector!(T, 3u)
computeNormal
()

Return Value

Type: Vector!(T, 3u)

Triangle normal.

Meta