CGAL 5.2 - 2D and 3D Linear Geometry Kernel
Kernel::ComputeSquaredLength_2 Concept Reference

Definition

Operations

A model of this concept must provide:

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