#include <Plane.h>
Inheritance diagram for OpenCAL::Plane:
Public Member Functions | |
Plane (System *parent) | |
Plane (System *parent, const Vector3 &position, const Vector3 &normal) | |
virtual | ~Plane () |
const TriangleMesh & | getSurface () const |
TriangleMesh * | getSurfaceP () |
const Vector3 & | getNormal () const |
Vector3 * | getNormalP () |
virtual void | render () |
float | distance (const Vector3 &point) const |
Protected Attributes | |
TriangleMesh | m_surface |
Vector3 | m_normal |
Definition at line 30 of file Plane.h.
|
This constructor creates a plane at the origin, with its normal pointing upwards. Definition at line 30 of file Plane.cpp. |
|
|