SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::DebugDrawSpheres Struct Reference

Sphere primitives for debug visualization. More...

#include <mochi_structs.h>

Public Member Functions

bool operator== (DebugDrawSpheres const &) const =default

Public Attributes

Span< Color const > colors
 Sphere colors.
Span< Real3 const > positions
 Sphere center positions [m] in world frame.
Span< real const > radii
 Sphere radii [m].

Detailed Description

Sphere primitives for debug visualization.

Definition at line 611 of file mochi_structs.h.

Member Function Documentation

◆ operator==()

bool superdex::DebugDrawSpheres::operator== ( DebugDrawSpheres const & ) const
default

Member Data Documentation

◆ colors

Span<Color const> superdex::DebugDrawSpheres::colors

Sphere colors.

Definition at line 616 of file mochi_structs.h.

◆ positions

Span<Real3 const> superdex::DebugDrawSpheres::positions

Sphere center positions [m] in world frame.

Definition at line 612 of file mochi_structs.h.

◆ radii

Span<real const> superdex::DebugDrawSpheres::radii

Sphere radii [m].

Definition at line 614 of file mochi_structs.h.


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