liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Triangle.signedArea
liberty
math
shapes
Triangle
Returns signed area of a 2D triangle.
struct
Triangle
(T, int N)
const
static if
(
N == 2
)
T
signedArea
(
)
if
(
N
== 2 ||
N
== 3
)
Meta
Source
See Implementation
liberty
math
shapes
Triangle
aliases
PointType
functions
area
computeNormal
signedArea
variables
a
b
c
Returns signed area of a 2D triangle.