Module technology.sola.engine
Package technology.sola.engine.physics.component.collider
package technology.sola.engine.physics.component.collider
This package provides various functionality for
ColliderComponent
.-
ClassDescriptionColliderShape<T extends Shape>ColliderShape contains methods and data needed for geometric
Shape
s for collision calculations.ColliderShapeAABB is aColliderShape
implementation for Axis-Aligned Bounding Boxes which utilize aRectangle
for its geometric shape representation.ColliderShapeCircle is aColliderShape
implementation for a circle which utilize aCircle
for its geometric shape representation.ColliderShapeTriangle is aColliderShape
implementation for a triangle which utilize aTriangle
for its geometric shape representation.Identifier tag for this collider.Available collider types.