Annulus
Represents a transformable annulus in a two-dimensional Euclidean space.
Implementations that use default-implemented members of this interface must make sure that the properties center, orientation, outerRadius, innerRadius and the copy method are independent of other members and the computational complexity of these members is trivial.
Inheritors
Properties
Returns the inner diameter of this annulus.
Returns the inner radius of this annulus.
Returns the orientation of this object in reference to the origin of ComplexF.ONE.
Returns the outer diameter of this annulus.
Returns the outer radius of this annulus.
Returns the position of this object in reference to the origin of Vector2F.ZERO.
Functions
Returns the closest point on this annulus to the given point.
Returns the center of this annulus.
Returns the orientation of this annulus.
Returns the outerRadius of this annulus.
Returns the innerRadius of this annulus.
Returns a copy of this object that is moved by a displacement.
Returns a copy of this object that is rotated around the point to the orientation.
Returns a copy of this object that is moved by a displacement and rotated by a rotation.
Returns a copy of this object that is moved by a displacement, rotated by a rotation, and scaled by a scaleFactor.
Returns a copy of this object that is moved to the position and rotated to the orientation.