Click or drag to resize

UnitVectorCesiumProperty  Conversion (Vector to UnitVectorCesiumProperty)

Converts a Vector to a UnitVectorCesiumProperty.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator UnitVectorCesiumProperty (
	Vector value
)

Parameters

value
Type: AGI.Foundation.GeometryVector
The value to convert.

Return Value

Type: UnitVectorCesiumProperty
A new UnitVectorCesiumProperty configured with the given Vector, or if value is .
See Also