Triangle.area

Returns area of a 2D triangle.

struct Triangle(T, int N)
const
static if(N == 2)
T
area
()
if (
N == 2 ||
N == 3
)

Meta