1 #ifndef COIN_SBDPPLANE_H 2 #define COIN_SBDPPLANE_H 38 #include <Inventor/SbVec3d.h> 50 void offset(
const double d);
53 SbBool isInHalfSpace(
const SbVec3d & point)
const;
54 double getDistance(
const SbVec3d & point)
const;
55 const SbVec3d & getNormal(
void)
const;
56 double getDistanceFromOrigin(
void)
const;
60 void print(FILE * file)
const;
72 #endif // !COIN_SBPLANE_H The SbDPLine class represents a line in 3D space.SbDPLine is used by many other classes in Coin...
Definition: SbDPLine.h:41
The SbVec3d class is a 3 dimensional vector with double precision floating point coordinates.This vector class provides storage for a 3 dimensional double precision floating point vector aswell as simple floating point arithmetic operations.
Definition: SbVec3d.h:50
The SbDPPlane class represents a plane in 3D space.SbDPPlane is used by many other classes in Coin...
Definition: SbDPPlane.h:43
The SbDPMatrix class is a 4x4 dimensional representation of a double-precision matrix.This class is like the SbMatrix class, but uses double-precision floating point values for its elements. For more class documentation, see SbMatrix.
Definition: SbDPMatrix.h:47