Package org.djutils.draw
Interface Oriented3d
- All Superinterfaces:
Directed
,Directed3d
- All Known Implementing Classes:
OrientedPoint3d
Oriented3d is an interface to indicate an object has a direction in three dimensions.
Copyright (c) 2020-2025 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, Wouter Schakel
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getDirX()
Return the rotation around the x-axis in radians.Methods inherited from interface org.djutils.draw.Directed3d
getDir, getDirY
-
Method Details
-
getDirX
double getDirX()Return the rotation around the x-axis in radians.- Returns:
- the rotation around the x-axis in radians
-