CGAL 6.1 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
Kernel::NonZeroCoordinateIndex_3 Class Reference

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines
AdaptableUnaryFunction

Operations

A model of this concept must provide:

int operator() (const Kernel::Vector_3 &v)
 returns any of 0, 1, or 2 if the corresponding coordinate of the vector v is not equal to zero, and -1 if v is the null vector.
 

Member Function Documentation

◆ operator()()

int Kernel::NonZeroCoordinateIndex_3::operator() ( const Kernel::Vector_3 v)

returns any of 0, 1, or 2 if the corresponding coordinate of the vector v is not equal to zero, and -1 if v is the null vector.