public final class Normal3d extends Abstract3d
Modifier and Type | Field and Description |
---|---|
static Normal3d |
X
The normal X vector.
|
static Normal3d |
Y
The normal Y vector.
|
static Normal3d |
Z
The normal Z vector.
|
x, y, z
Modifier and Type | Method and Description |
---|---|
double |
normalValue(Abstract3d vector)
Calculates the normal value of the two vectors.
|
public static final Normal3d X
public static final Normal3d Y
public static final Normal3d Z
public double normalValue(Abstract3d vector)
vector
- the vector to be usedCopyright © 2014–2020, Printing in 3D. All rights reserved.