Package | Description |
---|---|
eu.printingin3d.javascad.coords2d |
Modifier and Type | Class and Description |
---|---|
class |
Coords2d
Immutable representation of a 2D coordinate.
|
class |
Dims2d
Denotes the size of a 2D object, thus negative values are forbidden.
|
Modifier and Type | Method and Description |
---|---|
double |
Abstract2d.dot(Abstract2d a)
Returns the dot product of this vector and the specified vector.
|
double |
Abstract2d.squareDist(Abstract2d p)
Returns the square distance of the two point.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.