38 #include <Inventor/SbVec3f.h> 50 void offset(
const float d);
51 SbBool intersect(
const SbLine& l,
SbVec3f& intersection)
const;
52 void transform(
const SbMatrix& matrix);
53 SbBool isInHalfSpace(
const SbVec3f& point)
const;
54 float getDistance(
const SbVec3f &point)
const;
55 const SbVec3f& getNormal(
void)
const;
56 float getDistanceFromOrigin(
void)
const;
57 friend COIN_DLL_API
int operator ==(
const SbPlane& p1,
const SbPlane& p2);
58 friend COIN_DLL_API
int operator !=(
const SbPlane& p1,
const SbPlane& p2);
60 void print(FILE * file)
const;
69 COIN_DLL_API
int operator ==(
const SbPlane& p1,
const SbPlane& p2);
70 COIN_DLL_API
int operator !=(
const SbPlane& p1,
const SbPlane& p2);
72 #endif // !COIN_SBPLANE_H The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:51
The SbLine class represents a line in 3D space.SbLine provides a way of specifying a directed line...
Definition: SbLine.h:41
The SbMatrix class is a 4x4 dimensional representation of a matrix.SbMatrix is used by many other cla...
Definition: SbMatrix.h:46
The SbPlane class represents a plane in 3D space.SbPlane is used by many other classes in Coin...
Definition: SbPlane.h:43