Package | Description |
---|---|
eu.printingin3d.javascad.models2d |
Modifier and Type | Field and Description |
---|---|
protected Dims2d |
Square.size |
Constructor and Description |
---|
RoundedSquare(Dims2d size,
double radius)
Deprecated.
use the constructor with Radius parameters instead of doubles
|
RoundedSquare(Dims2d size,
Radius radius)
Create a 2D rounded square.
|
Square(Coords2d move,
Dims2d size) |
Square(Dims2d size)
Creates a square with the given size values.
|
Text(String text,
Dims2d size)
Constructs the object using the given parameters.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.