CGAL 5.1 - 2D and 3D Linear Geometry Kernel
Kernel::ComputeSquaredLength_3 Concept Reference

Definition

Operations

A model of this concept must provide:

Kernel::FT operator() (const Kernel::Vector_3 &v)
 returns the squared length of v.
 
Kernel::FT operator() (const Kernel::Segment_3 &s)
 returns the squared length of s.