Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RbCollisionContact

Class carrying information about single collision contact between two rigid bodies

Hierarchy

  • RbCollisionContact

Index

Constructors

constructor

Properties

Private _collPointInSrc

_collPointInSrc: Vector3

Point of colliding rigid body deepest in the source body

Private _collidingBody

_collidingBody: RigidBody

Rigid body causing the collision

Private _sourceBody

_sourceBody: RigidBody

Rigid body detecting this contact

Private _srcPointInColl

_srcPointInColl: Vector3

Point of source rigid body deepest in the colliding body

Accessors

collPointInSrc

  • get collPointInSrc(): Vector3

collidingBody

depth

  • get depth(): number

normal

  • get normal(): Vector3

sourceBody

srcPointInColl

  • get srcPointInColl(): Vector3

Methods

Private getSrcToCollPtsVector

  • getSrcToCollPtsVector(): Vector3

Generated using TypeDoc