liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Plane.this
liberty
math
shapes
Plane
this
(Vector!(T, 4) abcd)
this
(Vector!(T, 3) origin, Vector!(T, 3) normal)
struct
Plane
(T)
this
(
Vector
!(
T
, 3)
origin
,
Vector
!(
T
, 3)
normal
)
if
(
isFloatingPoint
!
T
)
this
(Vector!(T, 3) A, Vector!(T, 3) B, Vector!(T, 3) C)
Meta
Source
See Implementation
liberty
math
shapes
Plane
aliases
type
constructors
this
functions
distanceTo
isBack
isFront
isOn
opAssign
signedDistanceTo
variables
d
n