public class Quad2d
Class Quad2d. Provides quad2d functionality for the Hytale server.
java.lang.Object > Quad2d
Field Summary
a
private
Vector2d
a
Field a.
b
private
Vector2d
b
Field b.
c
private
Vector2d
c
Field c.
d
private
Vector2d
d
Field d.
pq
final
double
pq
Field pq.
Method Detail
Quad2d
Method Quad2d.
- Parameters:
final Vector2dafinal Vector2dbfinal Vector2dcfinal Vector2dd
Vector2d
public
new
Vector2d
()
Method Vector2d.
getMinX
public
double
getMinX
()
Method getMinX.
getMinY
public
double
getMinY
()
Method getMinY.
getMaxX
public
double
getMaxX
()
Method getMaxX.
getMaxY
public
double
getMaxY
()
Method getMaxY.
getRandom
Method getRandom.
- Parameters:
@Nonnull final Randomrandom
toString
public
String
toString
()
Method toString.