class Crystalg::Geometry::Line(T)
- Crystalg::Geometry::Line(T)
- Reference
- Object
Defined in:
crystalg/geometry/line.crConstructors
Instance Method Summary
- #direction : Point(T)
- #distance(point)
- #intersection_point(other)
- #is_intersection?(other)
- #is_orthogonal?(other)
- #is_parallel?(other)
- #position : Point(T)
- #project(point)
- #reflect(q)