|
Ogre Procedural
0.3.0 unstable
Procedural Geometry & Textures for Ogre3D
|
Represents a 3D triangle. More...
#include <ProceduralGeometryHelpers.h>
Public Member Functions | |
| Triangle3D (const Ogre::Vector3 &a, const Ogre::Vector3 &b, const Ogre::Vector3 &c) | |
| bool | findIntersect (const Triangle3D &other, Segment3D &intersection) const |
Public Attributes | |
| Ogre::Vector3 | mPoints [3] |
Represents a 3D triangle.
| Procedural::Triangle3D::Triangle3D | ( | const Ogre::Vector3 & | a, |
| const Ogre::Vector3 & | b, | ||
| const Ogre::Vector3 & | c | ||
| ) |
| bool Procedural::Triangle3D::findIntersect | ( | const Triangle3D & | other, |
| Segment3D & | intersection | ||
| ) | const |
| Ogre::Vector3 Procedural::Triangle3D::mPoints[3] |
1.8.17