类 IntPoint
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.math.graph.IntPoint
-
-
方法概要
修饰符和类型 方法 说明 Integer
getX()
double
getXAsDouble()
int
getXAsInt()
Integer
getY()
double
getYAsDouble()
int
getYAsInt()
Integer
getZ()
double
getZAsDouble()
int
getZAsInt()
String
toString()
-
-
-
方法详细资料
-
getXAsDouble
public double getXAsDouble()
- 指定者:
getXAsDouble
在接口中Point
-
getYAsDouble
public double getYAsDouble()
- 指定者:
getYAsDouble
在接口中Point
-
getZAsDouble
public double getZAsDouble()
- 指定者:
getZAsDouble
在接口中Point
-
-