Click or drag to resize

ScalarDeltaSphericalElement Constructor (Point, Point, Point, ReferenceFrame, SphericalElement)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ScalarDeltaSphericalElement(
	Point fromPoint,
	Point vertex,
	Point toPoint,
	ReferenceFrame frame,
	SphericalElement element
)

Parameters

fromPoint
Type: AGI.Foundation.GeometryPoint
The point to measure the angle from.
vertex
Type: AGI.Foundation.GeometryPoint
The common Point between fromPoint and toPoint.
toPoint
Type: AGI.Foundation.GeometryPoint
The other Point that completes the angle.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame to observe the points in.
element
Type: AGI.Foundation.CoordinatesSphericalElement
Which SphericalElement to compute the difference of.
See Also