Package heronarts.lx.model
Class LXNormalizationBounds
java.lang.Object
heronarts.lx.model.LXNormalizationBounds
- Direct Known Subclasses:
LXModel
Defines a normalization space
-
Field Summary
Modifier and TypeFieldDescriptionfloat
Center of the model in x spacefloat
Center of the model in y spacefloat
Center of the model in z spacefloat
Maximum x valuefloat
Minimum x valuefloat
Range of x valuesfloat
Maximum y valuefloat
Minimum y valuefloat
Range of y valuesfloat
Maximum z valuefloat
Minimum z valuefloat
Range of z values -
Constructor Summary
-
Method Summary
-
Field Details
-
xMin
public float xMinMinimum x value -
xMax
public float xMaxMaximum x value -
xRange
public float xRangeRange of x values -
yMin
public float yMinMinimum y value -
yMax
public float yMaxMaximum y value -
yRange
public float yRangeRange of y values -
zMin
public float zMinMinimum z value -
zMax
public float zMaxMaximum z value -
zRange
public float zRangeRange of z values -
cx
public float cxCenter of the model in x space -
cy
public float cyCenter of the model in y space -
cz
public float czCenter of the model in z space
-
-
Constructor Details
-
LXNormalizationBounds
public LXNormalizationBounds()
-