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 TypeClassDescriptionclassModel of points in a simple grid.classclassAn LXModel is a representation of a set of points in 3D space.classstatic classstatic classclassSimple 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.Methods in heronarts.lx.model with parameters of type LXNormalizationBoundsModifier and TypeMethodDescriptionfloatLXPoint.xn(LXNormalizationBounds bounds) Deprecated.floatLXPoint.yn(LXNormalizationBounds bounds) Deprecated.floatLXPoint.zn(LXNormalizationBounds bounds) Deprecated.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.LXModel(List<LXPoint> points, LXModel[] children, LXNormalizationBounds bounds, boolean setChildBounds, String... tags) Constructs a model with a given set of points and pre-constructed submodels.LXModel(List<LXPoint> points, LXModel[] children, LXNormalizationBounds bounds, boolean setChildBounds, Map<String, String> metaData, List<String> tags) Constructs a model with a given set of points and pre-constructed submodels.LXModel(List<LXPoint> points, LXModel[] children, LXNormalizationBounds bounds, boolean setChildBounds, Map<String, String> metaData, List<String> tags, List<LXModel.Mesh> meshes) Constructs a model with a given set of points and pre-constructed 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.LXModel(List<LXPoint> points, LXModel[] children, LXNormalizationBounds bounds, Map<String, String> metaData, List<String> tags, List<LXModel.Mesh> meshes) 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 TypeClassDescriptionclassHelper class to ensure that Submodels are *only* constructed using the points from the produced LXModel array.