public class PointXYZRGB extends APoint
| Constructor and Description |
|---|
PointXYZRGB() |
PointXYZRGB(double x,
double y,
double z,
int r,
int g,
int b) |
| Modifier and Type | Method and Description |
|---|---|
int |
getB() |
int |
getG() |
int |
getR() |
void |
setB(int b) |
void |
setG(int g) |
void |
setR(int r) |
java.lang.String |
toString() |
public PointXYZRGB()
public PointXYZRGB(double x,
double y,
double z,
int r,
int g,
int b)
x - y - z - r - g - b - public int getR()
public void setR(int r)
r - the r to setpublic int getG()
public void setG(int g)
g - the g to setpublic int getB()
public void setB(int b)
b - the b to setCopyright © 2004-2020 FEUP-LSTS and Neptus developers. All Rights Reserved.