Package | Description |
---|---|
agi.foundation.geometry.shapes |
Contains types for representing geometric shapes such as curves, surfaces, and solids.
|
Modifier and Type | Method and Description |
---|---|
static SensorSpaceProjection |
SensorSpaceProjection.getDefault()
Get the enum constant that is considered to be the default.
|
static SensorSpaceProjection |
SensorSpaceProjection.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
SensorSpaceProjection |
SensorProjectionOptions.getSpaceProjectionType()
Gets the type of space projection to use.
|
static SensorSpaceProjection |
SensorSpaceProjection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SensorSpaceProjection[] |
SensorSpaceProjection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SensorProjectionOptions.setSpaceProjectionType(SensorSpaceProjection value)
Sets the type of space projection to use.
|
Constructor and Description |
---|
SensorProjectionOptions(SensorSpaceProjection spaceProjection,
double spaceProjectionDistance)
Initializes a new instance.
|