Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RbShapeSphere

Spherical rigid body shape

Hierarchy

Index

Constructors

constructor

  • new RbShapeSphere(parentRb: RigidBody, mass: number, radius: number, localPosition?: Vector3): RbShapeSphere

Properties

Protected _momentOfInertia

_momentOfInertia: number

Private _radius

_radius: number

Accessors

localPosition

  • get localPosition(): Vector3

mass

  • get mass(): number
  • set mass(m: number): void

momentOfInertia

  • get momentOfInertia(): number

parentRigidBody

radius

  • get radius(): number
  • set radius(r: number): void

worldPosition

  • get worldPosition(): Vector3

Methods

checkCollision

Protected updateMomentOfInertia

  • updateMomentOfInertia(): void

Generated using TypeDoc