Triangle.area

struct Triangle(T, int N)
@nogc pure const nothrow
static if(N == 2)
T
area
()

Return Value

Type: T

Area of a 2D triangle.

Meta