Ogre Procedural
0.3.0 unstable
Procedural Geometry & Textures for Ogre3D
|
Represents a 2D triangle. More...
#include <ProceduralGeometryHelpers.h>
Public Member Functions | |
Triangle2D (const Ogre::Vector2 &a, const Ogre::Vector2 &b, const Ogre::Vector2 &c) | |
Public Attributes | |
Ogre::Vector2 | mPoints [3] |
Represents a 2D triangle.
Procedural::Triangle2D::Triangle2D | ( | const Ogre::Vector2 & | a, |
const Ogre::Vector2 & | b, | ||
const Ogre::Vector2 & | c | ||
) |
Ogre::Vector2 Procedural::Triangle2D::mPoints[3] |