ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::DebugRenderer::DebugTriangle Struct Reference

Struture that represents a triangle of the DebugRenderer. More...

#include <include/reactphysics3d/utils/DebugRenderer.h>

Public Member Functions

 DebugTriangle (const Vector3 &point1, const Vector3 &point2, const Vector3 &point3, uint32 color)
 Constructor.
 

Public Attributes

Vector3 point1
 First point of the triangle.
 
uint32 color1
 Color of the first point.
 
Vector3 point2
 Second point of the triangle.
 
uint32 color2
 Color of the second point.
 
Vector3 point3
 Third point of the triangle.
 
uint32 color3
 Color of the third point.
 

Detailed Description

Struture that represents a triangle of the DebugRenderer.


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