Developer Documentation
OpenMesh::VDPM::Plane3d Class Reference

#include <OpenMesh/Tools/VDPM/Plane3d.hh>

Public Types

typedef OpenMesh::Vec3f vector_type
 
typedef vector_type::value_type value_type
 

Public Member Functions

 Plane3d (const vector_type &_dir, const vector_type &_pnt)
 
value_type signed_distance (const OpenMesh::Vec3f &_p)
 
value_type singed_distance (const OpenMesh::Vec3f &point)
 

Public Attributes

vector_type n_
 
value_type d_
 

Detailed Description

ax + by + cz + d = 0

Definition at line 78 of file Plane3d.hh.

Member Typedef Documentation

◆ value_type

typedef vector_type::value_type OpenMesh::VDPM::Plane3d::value_type

Definition at line 83 of file Plane3d.hh.

◆ vector_type

Constructor & Destructor Documentation

◆ Plane3d() [1/2]

OpenMesh::VDPM::Plane3d::Plane3d ( )
inline

Definition at line 87 of file Plane3d.hh.

◆ Plane3d() [2/2]

OpenMesh::VDPM::Plane3d::Plane3d ( const vector_type _dir,
const vector_type _pnt 
)
inline

Definition at line 91 of file Plane3d.hh.

Member Function Documentation

◆ signed_distance()

value_type OpenMesh::VDPM::Plane3d::signed_distance ( const OpenMesh::Vec3f _p)
inline

Definition at line 98 of file Plane3d.hh.

◆ singed_distance()

value_type OpenMesh::VDPM::Plane3d::singed_distance ( const OpenMesh::Vec3f point)
inline

Definition at line 104 of file Plane3d.hh.

Member Data Documentation

◆ d_

value_type OpenMesh::VDPM::Plane3d::d_

Definition at line 110 of file Plane3d.hh.

◆ n_

vector_type OpenMesh::VDPM::Plane3d::n_

Definition at line 109 of file Plane3d.hh.


The documentation for this class was generated from the following file: