MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit.euclidean2d
/
MutableTransformable
/
rotateAroundPointBy
rotate
Around
Point
By
abstract
fun
rotateAroundPointBy
(
point
:
Vector2F
,
rotation
:
AngleF
)
Rotates this object around the
point
by a
rotation
.
abstract
fun
rotateAroundPointBy
(
point
:
Vector2F
,
rotation
:
ComplexF
)
Rotates this object around the
point
by a
rotation
.
Parameters
rotation
the value is expected to be
normalized
.