Class | Description |
---|---|
Direction2D |
2D direction: an angle φ + corresponding unit vector (cos φ, sin φ)
|
IntegerCirclePointsGenerator |
Service class that quickly returns all integer points of Bresenham circles
with integer radii.
|
Rotation2D |
2D rotation by some angle: an immutable object representing some rotation angle Δφ.
|
Segment2D |
2D segment
|
UnsafeSegment2D |
"Unsafe" 2D segment
|