Click or drag to resize

OrientToEulerAngles Method

Returns the eular angles of the quaternion stored in the struct.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public void ToEulerAngles(
	out double x,
	out double y,
	out double z
)

Parameters

x
Type: SystemDouble
X angle.
y
Type: SystemDouble
Y angle.
z
Type: SystemDouble
Z angle.
See Also