gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Plane.this
gfm
math
shapes
Plane
Create from four coordinates.
this
(vec4!T abcd)
struct
Plane
(T)
@
nogc
pure nothrow
this
(
vec4
!
T
abcd
)
if
(
isFloatingPoint
!
T
)
this
(vec3!T origin, vec3!T normal)
this
(vec3!T A, vec3!T B, vec3!T C)
Meta
Source
See Implementation
gfm
math
shapes
Plane
constructors
this
functions
distanceTo
isBack
isFront
isOn
opAssign
signedDistanceTo
variables
d
n
Create from four coordinates.