Interface for a planar entity.
More...
#include <ccPlanarEntityInterface.h>
|
| ccPlanarEntityInterface () |
| Default constructor.
|
|
void | showNormalVector (bool state) |
| Show normal vector.
|
|
bool | normalVectorIsShown () const |
| Whether normal vector is shown or not.
|
|
virtual CCVector3 | getNormal () const =0 |
| Returns the entity normal. More...
|
|
|
void | glDrawNormal (CC_DRAW_CONTEXT &context, const CCVector3 &pos, float scale, const ccColor::Rgb *color=0) |
| Draws a normal vector (OpenGL)
|
|
|
bool | m_showNormalVector |
| Whether the facet normal vector should be displayed or not.
|
|
Interface for a planar entity.
◆ getNormal()
virtual CCVector3 ccPlanarEntityInterface::getNormal |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files:
- ccPlanarEntityInterface.h
- ccPlanarEntityInterface.cpp