Preparing search index...
The search index is not available
ducjs - v4.0.4
ducjs
rotatePoint
Function rotatePoint
Rotates a Point around another Point by a given angle. Returns the rotated point as a Point object.
rotatePoint
(
point
:
GeometricPoint
,
center
:
GeometricPoint
,
angle
:
number
,
)
:
GeometricPoint
Parameters
point
:
GeometricPoint
center
:
GeometricPoint
angle
:
number
Returns
GeometricPoint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ducjs - v4.0.4
Loading...
Rotates a Point around another Point by a given angle. Returns the rotated point as a Point object.