Phyzix
Loading...
Searching...
No Matches
Public Attributes | List of all members
BoundaryIntersectionResult Struct Reference

A struct to hold the result of a possible intersection between two boundaries. More...

#include <Boundary.h>

Public Attributes

bool intersected = false
 
Vector normal {0, 0}
 
Boundaryit
 
Boundaryother
 

Detailed Description

A struct to hold the result of a possible intersection between two boundaries.

Member Data Documentation

◆ intersected

bool BoundaryIntersectionResult::intersected = false

a boolean to indicate if the boundaries intersected

◆ it

Boundary* BoundaryIntersectionResult::it

the current boundary

◆ normal

Vector BoundaryIntersectionResult::normal {0, 0}

the normal vector of the intersection, pointing from the other boundary to the current boundary BoundaryIntersectionResult::it

◆ other

Boundary* BoundaryIntersectionResult::other

the other boundary


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