Kaim::VisualTriangle Class Reference

Kaim::VisualTriangle Class Reference
+ Related help topics:

#include <visualprimitives.h>

Class Description

Represents a single triangle that can be rendered by a class that derives from IVisualGeometry.

+ Examples:

Public Attributes

Vec3f A
 
Vec3f B
 
Vec3f C
 
VisualColor m_color
 
Vec3f m_normal
 

Member Data Documentation

Vec3f Kaim::VisualTriangle::A

The first point in the triangle.

Vec3f Kaim::VisualTriangle::B

The second point in the triangle.

Vec3f Kaim::VisualTriangle::C

The third point in the triangle.

VisualColor Kaim::VisualTriangle::m_color

The color that should be used to render the triangle.

Vec3f Kaim::VisualTriangle::m_normal

The normal of the front face of the triangle.


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