Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::manifold_point Struct Reference

#include <physics_component.h>

Public Attributes

math::vec3 a {}
 
math::vec3 b {}
 
math::vec3 normal_on_a {}
 
math::vec3 normal_on_b {}
 
float distance {}
 
float impulse {}
 

Detailed Description

Definition at line 121 of file physics_component.h.

Member Data Documentation

◆ a

math::vec3 unravel::manifold_point::a {}

Definition at line 123 of file physics_component.h.

◆ b

math::vec3 unravel::manifold_point::b {}

Definition at line 124 of file physics_component.h.

◆ distance

float unravel::manifold_point::distance {}

Definition at line 127 of file physics_component.h.

◆ impulse

float unravel::manifold_point::impulse {}

Definition at line 128 of file physics_component.h.

◆ normal_on_a

math::vec3 unravel::manifold_point::normal_on_a {}

Definition at line 125 of file physics_component.h.

◆ normal_on_b

math::vec3 unravel::manifold_point::normal_on_b {}

Definition at line 126 of file physics_component.h.


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