ScalarPointElement Constructor (Point, CartesianElement, ReferenceFrame) |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ScalarPointElement(
Point location,
CartesianElement element,
ReferenceFrame frameOfPoint
)
Public Sub New (
location As Point,
element As CartesianElement,
frameOfPoint As ReferenceFrame
)
public:
ScalarPointElement(
Point^ location,
CartesianElement element,
ReferenceFrame^ frameOfPoint
)
new :
location : Point *
element : CartesianElement *
frameOfPoint : ReferenceFrame -> ScalarPointElement
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