Rapier C — 2D / f64 0.36.0+c.0
Loading...
Searching...
No Matches
R2DebugLine Struct Reference

World-space line segment produced by physics debug rendering. More...

#include <rapier.h>

Data Fields

struct R2Vector a
 World-space start point.
struct R2Vector b
 World-space end point.
float color [4]
 HSLA color: hue in degrees, then saturation, lightness and alpha in [0, 1].

Detailed Description

World-space line segment produced by physics debug rendering.

Field Documentation

◆ a

struct R2Vector R2DebugLine::a

World-space start point.

◆ b

struct R2Vector R2DebugLine::b

World-space end point.

◆ color

float R2DebugLine::color[4]

HSLA color: hue in degrees, then saturation, lightness and alpha in [0, 1].


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