public class Point3D
extends java.lang.Object
implements java.io.Serializable
This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author
| Modifier and Type | Field and Description |
|---|---|
float |
x
according to Processing specifications
|
float |
y
according to Processing specifications
|
float |
z
according to Processing specifications
|
| Constructor and Description |
|---|
Point3D(float xx,
float yy,
float zz) |