NearFarScalar Constructor (Double, Double, Double, Double) |
Initializes a new instance.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NearFarScalar(
double nearDistance,
double nearValue,
double farDistance,
double farValue
)
Public Sub New (
nearDistance As Double,
nearValue As Double,
farDistance As Double,
farValue As Double
)
public:
NearFarScalar(
double nearDistance,
double nearValue,
double farDistance,
double farValue
)
new :
nearDistance : float *
nearValue : float *
farDistance : float *
farValue : float -> NearFarScalar
Parameters
- nearDistance
- Type: SystemDouble
The lower bound of the camera distance range. - nearValue
- Type: SystemDouble
The value to use at the lower bound of the camera distance range. - farDistance
- Type: SystemDouble
The upper bound of the camera distance range. - farValue
- Type: SystemDouble
The value to use at the upper bound of the camera distance range.
See Also