Packagealternativa.engine3d.physics
Classpublic class Collision

Parameters of collision of an ellipsoid with a face. The collision plane mentioned below is a tangent plane to the ellipsoid in the collision point.



Public Properties
 PropertyDefined 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
Property detail
faceproperty
public var face:Face

The face with which the collision has occurred.

normalproperty 
public var normal:Point3D

The normal of the collision plane.

offsetproperty 
public var offset:Number

The offset of the colllision plane.

pointproperty 
public var point:Point3D

The collision point.