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 146 of file physics_component.h.

Member Data Documentation

◆ a

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

Definition at line 148 of file physics_component.h.

◆ b

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

Definition at line 149 of file physics_component.h.

◆ distance

float unravel::manifold_point::distance {}

Definition at line 152 of file physics_component.h.

◆ impulse

float unravel::manifold_point::impulse {}

Definition at line 153 of file physics_component.h.

◆ normal_on_a

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

Definition at line 150 of file physics_component.h.

◆ normal_on_b

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

Definition at line 151 of file physics_component.h.


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