Changes the point location to the closest location within the
volume of the cuboid.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void BoundAnglesToAngleRanges(
ref double pitchAngle,
ref double yawAngle,
ref double rollAngle
) |
Visual Basic |
---|
Public Sub BoundAnglesToAngleRanges ( _
ByRef pitchAngle As Double, _
ByRef yawAngle As Double, _
ByRef rollAngle As Double _
) |
JScript |
---|
public function BoundAnglesToAngleRanges(
pitchAngle : double,
yawAngle : double,
rollAngle : double
) |
Parameters
- pitchAngle
- Type: System..::..Double%
Pitch angle to be bounded to the rotoid.
- yawAngle
- Type: System..::..Double%
Yaw angle to be bounded to the rotoid.
- rollAngle
- Type: System..::..Double%
Yaw angle to be bounded to the rotoid.
See Also