public class Dims3d extends Basic3dFunc<Dims3d>
x, y, z
Constructor and Description |
---|
Dims3d(double x,
double y,
double z)
Creates a new object with the given values.
|
Modifier and Type | Method and Description |
---|---|
protected Dims3d |
create(double x,
double y,
double z) |
Dims3d |
increase()
Increases the dimension by 1 in every direction.
|
add, createVariances, distance, inverse, mul, mul, withX, withY, withZ
public Dims3d(double x, double y, double z) throws IllegalValueException
x
- the x valuey
- the y valuez
- the z valueIllegalValueException
- if any parameter is negativepublic Dims3d increase()
protected Dims3d create(double x, double y, double z)
create
in class Basic3dFunc<Dims3d>
Copyright © 2014–2020, Printing in 3D. All rights reserved.