| CylindricalJointAngularRelativePosition Property |
Gets the relative rotation about the slider axis.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float AngularRelativePosition { get; }
Public ReadOnly Property AngularRelativePosition As Single
Get
public:
property float AngularRelativePosition {
float get ();
}
member AngularRelativePosition : float32 with get
Property Value
Type:
SingleThe relative rotation about the slider.
See Also