Checks if the angles passed as a parameter are contained within the rotoid ranges.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Contains(
	double pitchAngle,
	double yawAngle,
	double rollAngle
)
Visual Basic
Public Function Contains ( _
	pitchAngle As Double, _
	yawAngle As Double, _
	rollAngle As Double _
) As Boolean
JScript
public function Contains(
	pitchAngle : double, 
	yawAngle : double, 
	rollAngle : double
) : boolean

Parameters

pitchAngle
Type: System..::..Double
Pitch angle to be checked for containment.
yawAngle
Type: System..::..Double
Yaw angle to be checked for containment.
rollAngle
Type: System..::..Double
Yaw angle to be checked for containment.

Return Value

True if the rotoid contains the angles.

See Also