Click or drag to resize

Transform2dRotation Method

Overload List
  NameDescription
Public methodStatic memberRotation(Double)
Constructs a new rotation transformation with the origin as the rotation center.
Public methodStatic memberRotation(Double, Point2d)
Constructs a new rotation transformation with a specified rotation center.
Public methodStatic memberRotation(Double, Double, Point2d)
Constructs a new rotation transformation from the sine and cosine of an angle and a specified rotation center.
Public methodStatic memberRotation(Vector2d, Vector2d, Point2d)
Constructs the rotation that maps one direction onto another while fixing a rotation center.
Top
See Also