java.lang.Object
swim.math.R3Shape
swim.math.R3Point
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanform()inthashCode()booleanintersects(R3Shape shape) final R3Vectorfinal R3Pointstatic R3Pointof(double x, double y, double z) static R3Pointorigin()final R3PointtoString()toValue()final doublexMax()final doublexMin()final doubleyMax()final doubleyMin()final doublezMax()final doublezMin()Methods inherited from class swim.math.R3Shape
contains, intersects, shapeForm 
- 
Field Details
- 
x
public final double x - 
y
public final double y - 
z
public final double z 
 - 
 - 
Constructor Details
- 
R3Point
public R3Point(double x, double y, double z)  
 - 
 - 
Method Details
- 
plus
 - 
minux
 - 
minus
 - 
xMin
public final double xMin() - 
yMin
public final double yMin() - 
zMin
public final double zMin() - 
xMax
public final double xMax() - 
yMax
public final double yMax() - 
zMax
public final double zMax() - 
contains
 - 
intersects
- Specified by:
 intersectsin classR3Shape
 - 
transform
 - 
toValue
 - 
canEqual
 - 
equals
 - 
hashCode
public int hashCode() - 
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. - 
toString
 - 
origin
 - 
of
 - 
form
 
 -