Creates a new 3D cuboid.
The half width of the cuboid.
The half height of the cuboid.
The half depth of the cuboid.
The radius of the borders of this cuboid. This will effectively increase the half-extents of the cuboid by this radius.
The radius of the cuboid's round border.
The half extent of the cuboid along each coordinate axis.
Readonly
typeComputes the time of impact between two moving shapes.
If the two moving shapes collider at some point along their trajectories, this returns the
time at which the two shape collider as well as the contact information during the impact. Returns
null
if the two shapes never collide along their paths.
The initial position of this sahpe.
The rotation of this shape.
The velocity of this shape.
The second moving shape.
The initial position of the second shape.
The rotation of the second shape.
The velocity of the second shape.
− If the shape moves closer to this distance from a collider, a hit will be returned.
The maximum time when the impact can happen.
If set to false
, the linear shape-cast won’t immediately stop if
the shape is penetrating another shape at its starting point and its trajectory is such
that it’s on a path to exist that penetration state.
Computes one pair of contact points between two shapes.
null
if the shapes are separated by a distance greater than prediction, otherwise contact details. The result is given in world-space.
The initial position of this sahpe.
The rotation of this shape.
The second shape.
The initial position of the second shape.
The rotation of the second shape.
The prediction value, if the shapes are separated by a distance greater than this value, test will fail.
Static
fromGenerated using TypeDoc
A shape that is a box in 3D and a rectangle in 2D, with round corners.