Package | Description |
---|---|
eu.printingin3d.javascad.coords2d | |
eu.printingin3d.javascad.models2d | |
eu.printingin3d.javascad.tranzitions2d |
Modifier and Type | Method and Description |
---|---|
static Boundaries2d |
Boundaries2d.combine(Collection<Boundaries2d> boundaries)
Calculate the including cuboid so the result of this method is an interval representing a cuboid
that all of the parameter cuboids are inside in this cuboid.
|
Boundaries2d |
Boundaries2d.move(Coords2d delta)
Moves the interval with the given delta.
|
Modifier and Type | Method and Description |
---|---|
static Boundaries2d |
Boundaries2d.combine(Collection<Boundaries2d> boundaries)
Calculate the including cuboid so the result of this method is an interval representing a cuboid
that all of the parameter cuboids are inside in this cuboid.
|
Modifier and Type | Method and Description |
---|---|
Boundaries2d |
Abstract2dModel.getBoundaries2d()
Calculate the including cuboid for the current model.
|
protected Boundaries2d |
Text.getModelBoundaries() |
protected Boundaries2d |
Square.getModelBoundaries() |
protected Boundaries2d |
Polygon.getModelBoundaries() |
protected Boundaries2d |
Circle.getModelBoundaries() |
protected abstract Boundaries2d |
Abstract2dModel.getModelBoundaries() |
Modifier and Type | Method and Description |
---|---|
protected Boundaries2d |
Union.getModelBoundaries() |
protected Boundaries2d |
Translate.getModelBoundaries() |
Copyright © 2014–2020, Printing in 3D. All rights reserved.