liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Segment.intersect
liberty
math
shapes
Segment
struct
Segment
(T, int N)
pure nothrow const @
safe
@
nogc
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