Package org.djutils.draw.surface
Class Surface3dTest
- java.lang.Object
-
- org.djutils.draw.surface.Surface3dTest
-
public class Surface3dTest extends Object
Surface3dTest.java; test the Surface3d class.Copyright (c) 2021-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
-
-
Constructor Summary
Constructors Constructor Description Surface3dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testConstructors()
Test the constructor(s) of Surface3d.void
testHashCodeAndEquals()
Test the hashCode and Equals methods.
-