rotatedAroundPointTo

abstract fun rotatedAroundPointTo(point: Vector2F, orientation: AngleF): Transformable

Returns a copy of this object that is rotated around the point to the orientation.


abstract fun rotatedAroundPointTo(point: Vector2F, orientation: ComplexF): Transformable

Returns a copy of this object that is rotated around the point to the orientation.

Parameters

orientation

the value is expected to be normalized.