\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.3 - 3D Polyhedral Surface
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
PolyhedronItems_3::Vertex Concept Reference

Definition

Types in PolyhedronItems_3::Vertex_wrapper<Refs,Traits>::Vertex

typedef unspecified_type Point
 point type stored in vertices. More...
 
typedef unspecified_type Supports_vertex_point
 \(\equiv\) CGAL::Tag_true. A point is always required.
 

Operations

Pointpoint ()
 
const Pointpoint () const
 

Member Typedef Documentation

point type stored in vertices.

A HalfedgeDS has no dimension, so this type is named Point and not Point_3