class Crystalg::Geometry::Segment(T)
- Crystalg::Geometry::Segment(T)
- Reference
- Object
Defined in:
crystalg/geometry/segment.crConstructors
Instance Method Summary
- #direction : Point(T)
- #distance(point : Point(T))
- #distance(other)
- #intersection_point(other)
- #is_intersection?(other)
- #is_overlap?(other)
- #is_parallel?(other)
- #on?(c)
- #position : Point(T)