Package org.jzy3d.maths
Class Coord3ds
java.lang.Object
org.jzy3d.maths.Coord3ds
A set of points.
- Author:
- Martin Pernollet
-
Field Details
-
x
public float[] x -
y
public float[] y -
z
public float[] z -
r
public float[] r -
g
public float[] g -
b
public float[] b -
a
public float[] a
-
-
Constructor Details
-
Coord3ds
public Coord3ds(int size)
-
-
Method Details
-
set
public void set(int id, float x, float y, float z, float r, float g, float b, float a) -
coords
-
coordsArray
-
colorsArray
-