Creates a new edge shape.
Static
e_Static
e_Static
e_Return value for TestSegment indicating a hit.
Static
e_Return value for TestSegment indicating a miss.
Static
e_Static
e_Static
e_Static
startsReturn value for TestSegment indicating that the segment starting point, p1, is already inside the shape.
Given a transform, compute the associated axis aligned bounding box for this shape.
Calculated AABB, this argument is out
.
Transform to calculate the AABB.
Compute the mass properties of this shape using its dimensions and density. The inertia tensor is computed about the local origin, not the centroid.
Calculate the mass, this argument is out
.
Compute the volume and centroid of this shape intersected with a half plane
The surface normal.
The surface offset along the normal.
The shape transform.
The centroid, this argument is out
.
Get the first vertex and apply the supplied transform.
Transform to apply.
First vertex with xf transform applied.
Get the next edge in the chain.
Next edge shape or null if there is no next edge shape.
Get the previous edge in the chain.
Previous edge shape or null if there is no previous edge shape.
Cast a ray against this shape.
Ray cast results, this argument is out
.
Ray cast input parameters.
The transform to be applied to the shape.
True if the ray hits the shape, otherwise false.
Get the support point in the given world direction with the supplied transform.
Transform to apply.
X world direction.
Y world direction.
Support point.
Test a point for containment in this shape. This only works for convex shapes.
Shape world transform.
Point to test against, in world coordinates.
True if the point is in this shape, otherwise false.
Static
TestTest if two shapes overlap with the applied transforms.
shape to test for overlap with shape2.
shape1 transform to apply.
shape to test for overlap with shape1.
shape2 transform to apply.
True if shape1 and shape2 overlap, otherwise false.
An edge shape.