Public Member Functions | Public Attributes
Plane Class Reference

A plane and related functions. More...

#include <Plane.hh>

List of all members.

Public Member Functions

 Plane ()
 Constructor.
 Plane (const Vector3 &_normal, const Vector2d &_size, double _offset)
 Constructor.
virtual ~Plane ()
 Destructor.
void Set (const Vector3 &_normal, const Vector2d &_size, double offset)
 Set the plane.
const Planeoperator= (const Plane &_p)
 Equal operator.

Public Attributes

Vector3 normal
 Plane normal.
Vector2d size
 Plane size.
double d
 Plane offset.

Detailed Description

A plane and related functions.


Constructor & Destructor Documentation

Plane ( const Vector3 _normal,
const Vector2d _size,
double  _offset 
)

Constructor.

Parameters:
_normalThe plane normal
_sizeSize of the plane
_offsetOffset along the normal

Member Function Documentation

const Plane& operator= ( const Plane _p)

Equal operator.

Parameters:
_pPlane values
void Set ( const Vector3 _normal,
const Vector2d _size,
double  offset 
)

Set the plane.

Parameters:
_normalThe plane normal
_sizeSize of the plane
_offsetOffset along the normal

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