Triangle

Constructors

this
this(vectype P0, vectype P1, vectype P2)

Members

Aliases

vectype
alias vectype = Vector3!T

Functions

altitude
auto altitude(vectype pp)
intersect
auto intersect(Ray!F seg)
project
auto project(Ray!F seg)
toRays
Ray!(T)[3] toRays()
tr
auto tr(Matrix!(4, 4, X) mtr)

affine transform

Properties

area
T area [@property getter]
center
vectype center [@property getter]
norm
vectype norm [@property getter]
perp
vectype perp [@property getter]

Variables

pnt
vectype[3] pnt;

Meta