Click or drag to resize

ScalarSphericalElement Constructor (Point, ReferenceFrame, SphericalElement)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarSphericalElement(
	Point location,
	ReferenceFrame frame,
	SphericalElement element
)

Parameters

location
Type: AGI.Foundation.GeometryPoint
The Point to use to compute the Spherical value from.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the location in.
element
Type: AGI.Foundation.CoordinatesSphericalElement
The SphericalElement to compute.
See Also