Package org.djutils.draw.line
Class Ray3dTest
- java.lang.Object
-
- org.djutils.draw.line.Ray3dTest
-
public class Ray3dTest extends Object
Ray3dTest.java.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 Ray3dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
boundsTest()
Test the result of the getBounds method.void
epsilonEqualsTest()
Test the epsilonEquals method.void
equalsAndHashCodeTest()
Test the equals and hasCode methods.void
testClosestPointAndProjectOrthogonal()
Test the closestPointOnRay and the projectOrthogonal methods.void
testConstructors()
Test the various constructors of a Ray3d.void
testLocation()
Test the getLocation and getLocationExtended methods.void
testProject()
Test the project methods.
-
-
-
Method Detail
-
testConstructors
public void testConstructors()
Test the various constructors of a Ray3d.
-
boundsTest
public void boundsTest()
Test the result of the getBounds method.
-
testLocation
public void testLocation()
Test the getLocation and getLocationExtended methods.
-
testClosestPointAndProjectOrthogonal
public void testClosestPointAndProjectOrthogonal()
Test the closestPointOnRay and the projectOrthogonal methods.
-
testProject
public void testProject()
Test the project methods.
-
epsilonEqualsTest
public void epsilonEqualsTest()
Test the epsilonEquals method.
-
equalsAndHashCodeTest
public void equalsAndHashCodeTest()
Test the equals and hasCode methods.
-
-