Package | Description |
---|---|
eu.printingin3d.javascad.coords |
Modifier and Type | Class and Description |
---|---|
class |
Basic3dFunc<T extends Basic3dFunc<T>>
Basic 3D functions.
|
Modifier and Type | Class and Description |
---|---|
class |
Angles3d
Denotes the 3D angles - 3 number which denotes the angles on the X, Y and Z planes
This class is used for the rotation operations.
|
class |
Coords3d
Immutable representation of a 3D coordinate with useful helper methods.
|
class |
Dims3d
Denotes the size of a 3D object, thus negative values are forbidden.
|
Modifier and Type | Method and Description |
---|---|
T |
Basic3dFunc.add(Basic3dFunc<?> value)
Add another value to this class and creates a new object of the same class based on that.
|
double |
Basic3dFunc.distance(Basic3dFunc<?> d)
Calculates the distance between this coordinate and the given coordinate.
|
T |
Basic3dFunc.mul(Basic3dFunc<?> a)
Returns this vector multiplied by the given vector.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.