Package cz.fidentis.analyst.data.mesh
Interface IPosition
- All Known Subinterfaces:
Landmark
,MeshPoint
,RayIntersection
- All Known Implementing Classes:
FeaturePointImpl
,LandmarkAbstract
,LandmarkImpl
,MeshPointImpl
,RayIntersectionImpl
public interface IPosition
Interface for working with position in classes that contain the
Point3d
.-
Method Details
-
getPosition
javax.vecmath.Point3d getPosition()get position of thePoint3d
object- Returns:
- position of the
Point3d
object
-
getX
default double getX() -
getY
default double getY() -
getZ
default double getZ()
-