liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
Segment.intersect
liberty
math
shapes
Segment
struct
Segment
(T, int N)
const
static if
(
N == 3 && isFloatingPoint!T
)
bool
intersect
(
Plane
!
T
plane
,
out
PointType
intersection
,
out
T
progress
)
if
(
N
== 2 ||
N
== 3
)
Meta
Source
See Implementation
liberty
math
shapes
Segment
aliases
PointType
functions
intersect
variables
a
b