transformedTo

abstract fun transformedTo(position: Vector2F, orientation: AngleF): Transformable

Returns a copy of this object that is moved to the position and rotated to the orientation.


abstract fun transformedTo(position: Vector2F, orientation: ComplexF): Transformable

Returns a copy of this object that is moved to the position and rotated to the orientation.

Parameters

orientation

the value is expected to be normalized.