Method | Description | |
---|---|---|
AabbContainsPoint ( float x, float y ) : bool |
Returns true if the axis aligned bounding box contains the point.
|
|
AabbIntersectsSegment ( float x1, float y1, float x2, float y2 ) : bool |
Returns true if the axis aligned bounding box intersects the line segment.
|
|
AabbIntersectsSkeleton ( |
Returns true if the axis aligned bounding box intersects the axis aligned bounding box of the specified bounds.
|
|
ContainsPoint ( float x, float y ) : |
Returns the first bounding box attachment that contains the point, or null. When doing many checks, it is usually more efficient to only call this method if {@link #aabbContainsPoint(float, float)} returns true.
|
|
ContainsPoint ( |
Returns true if the polygon contains the point.
|
|
GetPolygon ( |
||
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 {@link #aabbIntersectsSegment(float, float, float, float)} returns true.
|
|
IntersectsSegment ( |
Returns true if the polygon contains the line segment.
|
|
SkeletonBounds ( ) : System | ||
Update ( |
Method | Description | |
---|---|---|
AabbCompute ( ) : void |
public AabbContainsPoint ( float x, float y ) : bool | ||
x | float | |
y | float | |
return | bool |
public AabbIntersectsSegment ( float x1, float y1, float x2, float y2 ) : bool | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | bool |
public AabbIntersectsSkeleton ( |
||
bounds | ||
return | bool |
public ContainsPoint ( float x, float y ) : |
||
x | float | |
y | float | |
return |
public ContainsPoint ( |
||
polygon | ||
x | float | |
y | float | |
return | bool |
public GetPolygon ( |
||
attachment | ||
return |
public IntersectsSegment ( float x1, float y1, float x2, float y2 ) : |
||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return |
public IntersectsSegment ( |
||
polygon | ||
x1 | float | |
y1 | float | |
x2 | float | |
y2 | float | |
return | bool |
public Update ( |
||
skeleton | ||
updateAabb | bool | |
return | void |