Segment

A Segment is 2 points. When considered like a vector, it represents the arrow from a to b.

Members

Aliases

point_t
alias point_t = Vector!(T, N)
Undocumented in source.

Functions

intersect
bool intersect(Plane!T plane, point_t intersection, T progress)

Segment vs plane intersection.

Variables

a
point_t a;
b
point_t b;
Undocumented in source.

Meta