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

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.
 

Detailed Description

Struture that represents a line of the DebugRenderer.


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