Package org.djutils.draw
Class CombinedRotations
- java.lang.Object
-
- org.djutils.draw.CombinedRotations
-
public final class CombinedRotations extends Object
CombinedRotations.java.Copyright (c) 2020-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.- Author:
- Alexander Verbraeck, Peter Knoppers
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Demonstrate all combinations of 90 degree rotations.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Demonstrate all combinations of 90 degree rotations.- Parameters:
args
- String[]; the command line arguments (not used)
-
-