java.lang.Object
de.grogra.lignum.stlLignum.BoundingBox
- All Implemented Interfaces:
Mathsym
Translated from orignal C++ Lignum code.
- Author:
- Alexander Brinkmann
-
Field Summary
Fields inherited from interface de.grogra.lignum.jadt.Mathsym
HIT_THE_FOLIAGE, HIT_THE_WOOD, K_EPSILON, NO_HIT, PI_DIV_2, R_EPSILON, R_HUGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accumulateFindCfBoundingBox
(BoundingBox b_box, CfTreeSegment ts) add
(BoundingBox add_this) getMax()
getMin()
void
void
setMaxX
(double x) void
setMaxY
(double y) void
setMaxZ
(double z) void
void
setMinX
(double x) void
setMinY
(double y) void
setMinZ
(double z)
-
Constructor Details
-
BoundingBox
public BoundingBox()
-
-
Method Details
-
getMin
-
getMax
-
setMin
-
setMax
-
setMinX
public void setMinX(double x) -
setMinY
public void setMinY(double y) -
setMinZ
public void setMinZ(double z) -
setMaxX
public void setMaxX(double x) -
setMaxY
public void setMaxY(double y) -
setMaxZ
public void setMaxZ(double z) -
add
-
accumulateFindCfBoundingBox
-