Uses of Class
heronarts.lx.model.LXNormalizationBounds
Packages that use LXNormalizationBounds
-
Uses of LXNormalizationBounds in heronarts.lx.model
Subclasses of LXNormalizationBounds in heronarts.lx.modelModifier and TypeClassDescriptionclass
Model of points in a simple grid.class
class
An LXModel is a representation of a set of points in 3D space.class
class
Simple model of a strip of points in one axis.Methods in heronarts.lx.model that return LXNormalizationBoundsModifier and TypeMethodDescriptionLXModel.getNormalizationBounds()
Returns the model which defines the space in which this model's points are normalized, based upon the xMin/xMax/xRange etc.Constructors in heronarts.lx.model with parameters of type LXNormalizationBoundsModifierConstructorDescriptionLXModel
(LXModel[] children, LXNormalizationBounds bounds) Constructs a model from the given submodels.LXModel
(LXModel[] children, LXNormalizationBounds bounds, String... tags) Constructs a model from the given submodels.Constructs a model with a given set of points and pre-constructed submodels.LXModel
(List<LXPoint> points, LXModel[] children, LXNormalizationBounds bounds, Map<String, String> metaData, List<String> tags) Constructs a model with a given set of points and pre-constructed submodels. -
Uses of LXNormalizationBounds in heronarts.lx.structure
Subclasses of LXNormalizationBounds in heronarts.lx.structureModifier and TypeClassDescriptionclass
Helper class to ensure that Submodels are *only* constructed using the points from the produced LXModel array.