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
/
MutableLineSegment
/
rotateAroundPointBy
rotate
Around
Point
By
open
override
fun
rotateAroundPointBy
(
point
:
Vector2F
,
rotation
:
AngleF
)
Rotates this object around the
point
by a
rotation
.
open
override
fun
rotateAroundPointBy
(
point
:
Vector2F
,
rotation
:
ComplexF
)
Rotates this object around the
point
by a
rotation
.
Parameters
rotation
the value is expected to be
normalized
.