JSim 2026.06.01-p(1)
Loading...
Searching...
No Matches
frcsim::CollisionManifold Struct Reference

Represents the result of a collision check between two shapes. More...

#include <collision_detector.hpp>

Public Attributes

std::vector< ContactPointcontacts
 Generated contact points.
bool hasCollision = false
 True if shapes are penetrating.

Detailed Description

Represents the result of a collision check between two shapes.

Member Data Documentation

◆ contacts

std::vector<ContactPoint> frcsim::CollisionManifold::contacts

Generated contact points.

◆ hasCollision

bool frcsim::CollisionManifold::hasCollision = false

True if shapes are penetrating.


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