CubbyFlow::Collider< N >::ColliderQueryResult Struct Referencefinal

Internal query result structure. More...

#include <Core/Geometry/Collider.hpp>

Public Attributes

double distance = 0.0
 
Vector< double, N > point
 
Vector< double, N > normal
 
Vector< double, N > velocity
 

Detailed Description

template<size_t N>
struct CubbyFlow::Collider< N >::ColliderQueryResult

Internal query result structure.

Member Data Documentation

◆ distance

template<size_t N>
double CubbyFlow::Collider< N >::ColliderQueryResult::distance = 0.0

◆ normal

template<size_t N>
Vector<double, N> CubbyFlow::Collider< N >::ColliderQueryResult::normal

◆ point

template<size_t N>
Vector<double, N> CubbyFlow::Collider< N >::ColliderQueryResult::point

◆ velocity

template<size_t N>
Vector<double, N> CubbyFlow::Collider< N >::ColliderQueryResult::velocity

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