| NearFarScalar Constructor (Double, Double, Double, Double) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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 -> NearFarScalarParameters
- 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
See Also