- aabbIntersectsSegment
bool aabbIntersectsSegment(float x1, float y1, float x2, float y2)
Returns true if the axis aligned bounding box intersects the line segment.
- intersectsSegment
spBoundingBoxAttachment* intersectsSegment(float x1, float y1, float x2, float y2)
Returns the first bounding box attachment that contains the line segment, or null. When doing many checks, it is usually
* more efficient to only call this method if spSkeletonBounds_aabbIntersectsSegment returns true.
- maxX
float maxX()
Undocumented in source. Be warned that the author may not have intended to support it.
- maxY
float maxY()
Undocumented in source. Be warned that the author may not have intended to support it.
- minX
float minX()
Undocumented in source. Be warned that the author may not have intended to support it.
- minY
float minY()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(Skeleton sk, bool updateAabb)
Undocumented in source. Be warned that the author may not have intended to support it.