Class LimitCircularConeRange

Represents a joint limit that contraints movement to within a circular cone.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_limitAngle: rsx.Degree
_spring: Spring

Accessors

  • get limitAngle(): rsx.Degree
  • Angle of the cone. Movement is constrainted between 0 and this angle.

    Returns rsx.Degree

  • set limitAngle(value): void
  • Parameters

    Returns void

  • get spring(): Spring
  • Spring that controls how are the bodies pulled back towards the limit when they breach it.

    Returns Spring

  • set spring(value): void
  • Parameters

    Returns void

Methods