Click or drag to resize

ScalarPointElement Constructor (Point, CartesianElement, ReferenceFrame)

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 ScalarPointElement(
	Point location,
	CartesianElement element,
	ReferenceFrame frameOfPoint
)

Parameters

location
Type: AGI.Foundation.GeometryPoint
The Point whose element will be reported.
element
Type: AGI.Foundation.CoordinatesCartesianElement
X, Y, Z, or magnitude of the location evaluated Motion{Cartesian}.
frameOfPoint
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the location should be observed in.
See Also