类 IntPoint
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.math.graph.IntPoint
-
-
方法概要
修饰符和类型 方法 说明 IntegergetX()doublegetXAsDouble()intgetXAsInt()IntegergetY()doublegetYAsDouble()intgetYAsInt()IntegergetZ()doublegetZAsDouble()intgetZAsInt()StringtoString()
-
-
-
方法详细资料
-
getXAsDouble
public double getXAsDouble()
- 指定者:
getXAsDouble在接口中Point
-
getYAsDouble
public double getYAsDouble()
- 指定者:
getYAsDouble在接口中Point
-
getZAsDouble
public double getZAsDouble()
- 指定者:
getZAsDouble在接口中Point
-
-