Package me.clarius.sdk
Class LineF
java.lang.Object
me.clarius.sdk.LineF
2D line with double precision.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
p1
First point in the line. -
p2
Second point in the line.
-
-
Constructor Details
-
LineF
public LineF()Default constructor. -
LineF
Constructor with parameters.- Parameters:
p1
- First point in the line.p2
- Second point in the line.
-