CollisionInformation Struct Reference

#include <Collider.h>

# Public Attributes

Collider collider
 Collider detecting the collision.
Collider otherCollider
 Colliding collider.
SolutionVector solutionVector
 Vector to solve the collision.

# Detailed Description

Collision information struct

Definition at line 84 of file Collider.h.

# Member Data Documentation

# collider

Collider CollisionInformation::collider

Collider detecting the collision.

Definition at line 87 of file Collider.h.

# otherCollider

Collider CollisionInformation::otherCollider

Colliding collider.

Definition at line 90 of file Collider.h.

# solutionVector

SolutionVector CollisionInformation::solutionVector

Vector to solve the collision.

Definition at line 93 of file Collider.h.


The documentation for this struct was generated from the following file:
  • VUEngine-Core/source/Component/Collider/Collider.h