EPoint::Rotate
Returns another EPoint
object containing the coordinated of the rotated point.
Namespace: Euresys::Open_eVision
[C++]
EPoint
Rotate(
float angle
) const
Parameters
angle
Rotation angle (in radians)
Remarks
Rotates a EPoint
around the origin (0, 0)
by an angle of angle
radians.
By definition, the smallest (in absolute value) rotation of the oriented X-Axis toward the oriented Y-Axis is chosen as the positive sense of rotation. In a direct frame, this is also the trigonometric sense (counter clockwise).
EPoint.Rotate
Returns another EPoint
object containing the coordinated of the rotated point.
Namespace: Euresys.Open_eVision
[C#]
EPoint
Rotate(
float angle
)
Parameters
angle
Rotation angle (in radians)
Remarks
Rotates a EPoint
around the origin (0, 0)
by an angle of angle
radians.
By definition, the smallest (in absolute value) rotation of the oriented X-Axis toward the oriented Y-Axis is chosen as the positive sense of rotation. In a direct frame, this is also the trigonometric sense (counter clockwise).
EPoint.Rotate
Returns another EPoint
object containing the coordinated of the rotated point.
Module: open_evision
[Python]
Rotate(
angle: float
) -> EPoint
Parameters
angle
Rotation angle (in radians)
Remarks
Rotates a EPoint
around the origin (0, 0)
by an angle of angle
radians.
By definition, the smallest (in absolute value) rotation of the oriented X-Axis toward the oriented Y-Axis is chosen as the positive sense of rotation. In a direct frame, this is also the trigonometric sense (counter clockwise).