public class Quad4d
Class Quad4d. Provides quad4d functionality for the Hytale server.
java.lang.Object > Quad4d
Field Summary
a
private
Vector4d
a
Field a.
b
private
Vector4d
b
Field b.
c
private
Vector4d
c
Field c.
d
private
Vector4d
d
Field d.
p
final
double
p
Field p.
q
final
double
q
Field q.
pq
final
double
pq
Field pq.
Method Detail
Quad4d
Method Quad4d.
- Parameters:
final Vector4dafinal Vector4dbfinal Vector4dcfinal Vector4dd
Vector4d
public
new
Vector4d
()
Method Vector4d.
isFullyInsideFrustum
public
boolean
isFullyInsideFrustum
()
Method isFullyInsideFrustum.
switch
public
return
switch
(idx)
Method switch.
- Parameters:
idxidx
getMin
public
double
getMin
(final int component)
Method getMin.
- Parameters:
final intcomponent
getMax
public
double
getMax
(final int component)
Method getMax.
- Parameters:
final intcomponent
perspectiveTransform
public
void
perspectiveTransform
()
Method perspectiveTransform.
getRandom
Method getRandom.
- Parameters:
@Nonnull final Randomrandom
toString
public
String
toString
()
Method toString.