Segment

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.
altitude
auto altitude(Segment!F seg)
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.
tr
auto tr(Matrix!(4, 4, X) mtr)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

end
vectype end [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
end
vectype end [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
len
T len [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
len2
T len2 [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
revert
auto revert [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
start
vectype start [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
start
const(vectype) start [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromPoints
auto fromPoints(vectype s, vectype e)
dir
vectype dir;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pnt
vectype pnt;
Undocumented in source.

Meta