Package | Description |
---|---|
eu.printingin3d.javascad.vrl |
Modifier and Type | Method and Description |
---|---|
VertexPosition |
VertexPosition.add(VertexPosition v)
This method helps to calculate the position of the polygon by adding two vertex position enum and
calculating the result of the two position.
|
static VertexPosition |
VertexPosition.fromSquareDistance(double dist)
Determine the vertex position based on the squared distance from the plane.
|
static VertexPosition |
VertexPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexPosition[] |
VertexPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VertexPosition |
VertexPosition.add(VertexPosition v)
This method helps to calculate the position of the polygon by adding two vertex position enum and
calculating the result of the two position.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.