Package | Description |
---|---|
agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
static TextureCoordinate4DF |
TextureCoordinate4DF.getZero()
Gets a set of
TextureCoordinate4DF parameters with values of zero. |
Modifier and Type | Method and Description |
---|---|
static boolean |
TextureCoordinate4DF.equals(TextureCoordinate4DF left,
TextureCoordinate4DF right)
Returns
true if the two instances are exactly equal. |
boolean |
TextureCoordinate4DF.equalsEpsilon(TextureCoordinate4DF other,
double epsilon)
Indicates whether each coordinate parameter of another instance of this type
is within the required tolerance of the corresponding coordinate parameter.
|
boolean |
TextureCoordinate4DF.equalsType(TextureCoordinate4DF other)
Indicates whether another instance of this type is exactly equal to this instance.
|
static boolean |
TextureCoordinate4DF.notEquals(TextureCoordinate4DF left,
TextureCoordinate4DF right)
Returns
true if the two instances are not exactly equal. |
Modifier and Type | Method and Description |
---|---|
TextureCoordinate4DF |
MarkerBatchPrimitive.getTextureCoordinate()
Gets the per-batch texture coordinate, which is applied to each marker in the batch.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerBatchPrimitive.setTextureCoordinate(TextureCoordinate4DF value)
Sets the per-batch texture coordinate, which is applied to each marker in the batch.
|
Modifier and Type | Method and Description |
---|---|
void |
MarkerBatchPrimitiveOptionalParameters.setTextureCoordinates(Iterable<TextureCoordinate4DF> textureCoordinates)
Defines a collection of texture coordinates, one for each marker in the batch.
|