Package | Description |
---|---|
eu.printingin3d.javascad.models2d | |
eu.printingin3d.javascad.tranzitions2d |
Modifier and Type | Method and Description |
---|---|
Area2d |
Area2d.move(Coords2d move)
Moves this list of coordinates with the given coordinate.
|
Area2d |
Area2d.reverse()
Creates a new object where the order of the points are reversed.
|
Area2d |
Area2d.rotate(Angle angle)
Rotates this list of coordinates with the given degree.
|
Area2d |
Area2d.subList(Coords2d first,
Coords2d last)
Returns with a list of coordinates which contains the coordinates from first to last inclusive.
|
Area2d |
Area2d.subList(int start,
int end)
Returns with a list of coordinates which contains the coordinates indexed from start to end inclusive.
|
Area2d |
Area2d.union(Area2d other)
Creates a new object which covers the union of this and the given area.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<Area2d> |
Text.getInnerPointCircle(FacetGenerationContext context) |
protected Collection<Area2d> |
Square.getInnerPointCircle(FacetGenerationContext context) |
protected Collection<Area2d> |
RoundedSquare.getInnerPointCircle(FacetGenerationContext context) |
Collection<Area2d> |
Polygon.getInnerPointCircle(FacetGenerationContext context) |
protected Collection<Area2d> |
Circle.getInnerPointCircle(FacetGenerationContext context) |
protected abstract Collection<Area2d> |
Abstract2dModel.getInnerPointCircle(FacetGenerationContext context) |
Collection<Area2d> |
Abstract2dModel.getPointCircle(FacetGenerationContext context)
Returns with a list of points which forms the shape.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Area2d.isDistinct(Area2d other)
Checks if the two list of coordinates are distinct.
|
Area2d |
Area2d.union(Area2d other)
Creates a new object which covers the union of this and the given area.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<Area2d> |
Union.getInnerPointCircle(FacetGenerationContext context) |
protected Collection<Area2d> |
Translate.getInnerPointCircle(FacetGenerationContext context) |
Copyright © 2014–2020, Printing in 3D. All rights reserved.