Class StandardReferenceFrame

    • Constructor Detail

      • StandardReferenceFrame

        public StandardReferenceFrame()
    • Method Detail

      • origin

        @Parameter(order=1)
        public abstract org.apache.commons.math3.geometry.euclidean.threed.Vector3D origin()
      • x

        @Parameter(order=2)
        public abstract org.apache.commons.math3.geometry.euclidean.threed.Vector3D x()
      • y

        @Parameter(order=3)
        public abstract org.apache.commons.math3.geometry.euclidean.threed.Vector3D y()
      • z

        @Parameter(order=4)
        public abstract org.apache.commons.math3.geometry.euclidean.threed.Vector3D z()