Package | Description |
---|---|
org.scijava.vecmath |
Provides 3D vector mathematics classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Color3b
A three-byte color value represented by byte x, y, and z values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Tuple3b.equals(Tuple3b t1)
Returns true if all of the data members of tuple t1 are equal to
the corresponding data members in this tuple.
|
void |
Tuple3b.get(Tuple3b t1)
Places the value of the x,y,z components of this tuple into
the tuple t1.
|
void |
Tuple3b.set(Tuple3b t1)
Sets the value of the data members of this tuple to the value
of the argument tuple t1.
|
Constructor and Description |
---|
Color3b(Tuple3b t1)
Constructs and initializes a Color3b from the specified Tuple3b.
|
Tuple3b(Tuple3b t1)
Constructs and initializes a Tuple3b from the specified Tuple3b.
|
Copyright © 2016–2022 SciJava. All rights reserved.