类 PointM

  • 所有已实现的接口:
    Cloneable

    public class PointM
    extends PointD
    作者:
    yaqiang
    • 字段详细资料

      • M

        public double M
        Measure
    • 构造器详细资料

      • PointM

        public PointM()
        Constructor
      • PointM

        public PointM​(double x,
                      double y,
                      double m)
        Constructor
        参数:
        x - X
        y - Y
        m - M
    • 方法详细资料

      • toPointD

        public PointD toPointD()
        Convert to PointD
        返回:
        PointD