computeUnSignedArea

Calculates an unsigned area of a triangle which is composed of the given points.

T
computeUnSignedArea
(
T
)
(
const Vector!(T, 3)[3] positions...
)

Parameters

positions Vector!(T, 3)[3]

array of position vectors which compose a triangle

Return Value

Type: T

unsigned area of triangle

Meta