NearFarScalar Structure |
Namespace: AGI.Foundation.Cesium
The NearFarScalar type exposes the following members.
Name | Description | |
---|---|---|
NearFarScalar(Double) |
Initializes a new instance from the first four consecutive elements in the provided array.
| |
NearFarScalar(Double, Int32) |
Initializes a new instance from four consecutive elements in the provided array.
| |
NearFarScalar(Double, Double, Double, Double) |
Initializes a new instance.
|
Name | Description | |
---|---|---|
FarDistance |
Gets the upper bound of the camera distance range.
| |
FarValue |
Gets the value to use at the upper bound of the camera distance range.
| |
Item |
Gets the value of the specified element with index of 0, 1, 2, and 3 corresponding to the coordinates
NearDistance, NearValue, FarDistance, FarValue.
| |
Length |
Gets the number of elements in this set of coordinates.
| |
NearDistance |
Gets the lower bound of the camera distance range.
| |
NearValue |
Gets the value to use at the lower bound of the camera distance range.
|
Name | Description | |
---|---|---|
Equals(NearFarScalar) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|