Package org.djutils.draw
Class Space3d
- java.lang.Object
-
- org.djutils.draw.Space3d
-
- All Implemented Interfaces:
Serializable
,Space
public class Space3d extends Object implements Space
Space3d interface to show that the number of dimensions for the drawable objects is 3.Copyright (c) 2020-2021 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Space3d()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDimensions()
Return the number of dimensions.
-
-
-
Method Detail
-
getDimensions
public int getDimensions()
Return the number of dimensions.- Specified by:
getDimensions
in interfaceSpace
- Returns:
- int; the number of dimensions
-
-