public class Coord3ds extends Object
| Modifier and Type | Field and Description |
|---|---|
float[] |
a |
float[] |
b |
float[] |
g |
float[] |
r |
float[] |
x |
float[] |
y |
float[] |
z |
| Constructor and Description |
|---|
Coord3ds(int size) |
| Modifier and Type | Method and Description |
|---|---|
Color[] |
colorsArray() |
List<Coord3d> |
coords() |
Coord3d[] |
coordsArray() |
void |
set(int id,
float x,
float y,
float z,
float r,
float g,
float b,
float a) |
Copyright © 2018. All rights reserved.