Struct SaPCollisionManager::EndPoint

Nested Relationships

This struct is a nested type of Class SaPCollisionManager.

Struct Documentation

struct EndPoint

End point for an interval.

Public Functions

const Vec3s &getVal() const

get the value of the end point

Vec3s &getVal()

set the value of the end point

CoalScalar getVal(int i) const
CoalScalar &getVal(int i)

Public Members

char minmax

tag for whether it is a lower bound or higher bound of an interval, 0 for lo, and 1 for hi

SaPAABB *aabb

back pointer to SAP interval

EndPoint *prev[3]

the previous end point in the end point list

EndPoint *next[3]

the next end point in the end point list