Triangle.area

struct Triangle(T, size_t N)
pure const nothrow
static if(N == 2u)
T
area
()

Return Value

Type: T

Area of a 2D triangle.

Meta