Package hec.map
Class LocalPt
java.lang.Object
hec.map.LocalPt
- All Implemented Interfaces:
Serializable
Represents points in local coordinate space.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
LocalPt
public LocalPt() -
LocalPt
public LocalPt(int px, int py) -
LocalPt
-
-
Method Details
-
init
public void init(int px, int py) -
init
-
offset
-
length
public double length() -
getNormal
-
isValid
public boolean isValid()Point is valid if its coordinates are valid. -
setInvalid
public void setInvalid() -
equals
-