| Package | alternativa.engine3d.physics |
| Class | public class Collision |
| Property | Defined by | ||
|---|---|---|---|
| face : Face
The face with which the collision has occurred.
| Collision | ||
| normal : Point3D
The normal of the collision plane.
| Collision | ||
| offset : Number The offset of the colllision plane.
| Collision | ||
| point : Point3D
The collision point.
| Collision | ||
| face | property |
public var face:FaceThe face with which the collision has occurred.
| normal | property |
public var normal:Point3DThe normal of the collision plane.
| offset | property |
public var offset:NumberThe offset of the colllision plane.
| point | property |
public var point:Point3DThe collision point.