53#ifndef OPENMESH_PLANE3D_HH
54#define OPENMESH_PLANE3D_HH
59#include <OpenMesh/Core/Geometry/VectorT.hh>
78class OPENMESHDLLEXPORT Plane3d
91 Plane3d(
const vector_type &_dir,
const vector_type &_pnt)
100 return dot(n_ , _p) + d_;
105 {
return signed_distance( point ); }
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition MeshItems.hh:59
osg::Vec3f::ValueType dot(const osg::Vec3f &_v1, const osg::Vec3f &_v2)
Adapter for osg vector member computing a scalar product.
Definition VectorAdapter.hh:176
VectorT< float, 3 > Vec3f
3-float vector
Definition Vector11T.hh:851
Software related to view dependent progressive meshes.
float value_type
Definition Vector11T.hh:96