Interface Coordinate
-
- All Implemented Interfaces:
public interface Coordinate
表示一个坐标器
Zoyn
-
-
Method Summary
Modifier and Type Method Description abstract Location
newLocation(Double x, Double y, Double z)
-
-
Method Detail
-
newLocation
abstract Location newLocation(Double x, Double y, Double z)
-
-
-
-