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 Summary

    Modifier and Type
    Method
    Description
    javax.vecmath.Point3d
    get position of the Point3d object
    default double
     
    default double
     
    default double
     
  • Method Details

    • getPosition

      javax.vecmath.Point3d getPosition()
      get position of the Point3d object
      Returns:
      position of the Point3d object
    • getX

      default double getX()
    • getY

      default double getY()
    • getZ

      default double getZ()