Poly

Undocumented in source.

Constructors

this
this(vectype P0, vectype P1, vectype P2)
Undocumented in source.

Members

Aliases

vectype
alias vectype = Vector!(3, T, "x y z")
Undocumented in source.

Functions

altitude
auto altitude(vectype pp)
Undocumented in source. Be warned that the author may not have intended to support it.
intersect
auto intersect(Segment!F seg)
Undocumented in source. Be warned that the author may not have intended to support it.
project
auto project(Segment!F seg)
Undocumented in source. Be warned that the author may not have intended to support it.
toSegments
Segment!(T)[3] toSegments()
Undocumented in source. Be warned that the author may not have intended to support it.
tr
auto tr(Matrix!(4, 4, X) mtr)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

area
T area [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
center
vectype center [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
norm
vectype norm [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
perp
vectype perp [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pnt
vectype[3] pnt;
Undocumented in source.

Meta