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