rotatedAroundPointBy

abstract fun rotatedAroundPointBy(point: Vector2F, rotation: AngleF): Transformable

Returns a copy of this object that is rotated around the point by a rotation.


abstract fun rotatedAroundPointBy(point: Vector2F, rotation: ComplexF): Transformable

Returns a copy of this object that is rotated around the point by a rotation.

Parameters

rotation

the value is expected to be normalized.