ReactPhysics3D
v0.10.2
C++ Physics engine library
|
Struture that represents a line of the DebugRenderer. More...
#include <include/reactphysics3d/utils/DebugRenderer.h>
Public Member Functions | |
DebugLine (const Vector3 &point1, const Vector3 &point2, uint32 color) | |
Constructor. | |
Public Attributes | |
Vector3 | point1 |
First point of the line. | |
uint32 | color1 |
Color of the first point. | |
Vector3 | point2 |
Second point of the line. | |
uint32 | color2 |
Color of the second point. | |
Struture that represents a line of the DebugRenderer.