Quad2d

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

public public Quad2d (final Vector2d a, final Vector2d b, final Vector2d c, final Vector2d d)

Method Quad2d.

Parameters:
final Vector2d a
final Vector2d b
final Vector2d c
final Vector2d d

Vector2d

public new Vector2d ()

Method Vector2d.

getA

public Vector2d getA ()

Method getA.

getB

public Vector2d getB ()

Method getB.

getC

public Vector2d getC ()

Method getC.

getD

public Vector2d getD ()

Method getD.

getMinX

public double getMinX ()

Method getMinX.

getMinY

public double getMinY ()

Method getMinY.

getMaxX

public double getMaxX ()

Method getMaxX.

getMaxY

public double getMaxY ()

Method getMaxY.

getCenter

public Vector2d getCenter ()

Method getCenter.

getRandom

public Vector2d getRandom (@Nonnull final Random random)

Method getRandom.

Parameters:
@Nonnull final Random random

toString

public String toString ()

Method toString.