Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Kernel::ConstructLine_3

A model for this must provide:

Kernel::Line_3
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q)
introduces a line passing through the points p and q. Line is directed from p to q.

Kernel::Line_3
fo.operator() ( Kernel::Point_3 p,
Kernel::Direction_3 d)
introduces a line passing through point p with direction d.

Kernel::Line_3 fo.operator() ( Kernel::Segment_3 s)
returns the line supporting the segment s, oriented from source to target.

Kernel::Line_3 fo.operator() ( Kernel::Ray_3 r)
returns the line supporting the ray r, with the same orientation.

See Also

CGAL::Line_3<R>


Next: Kernel::ConstructMidpoint_2
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
www.cgal.org. Aug 13, 2001.