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.2.419.0 (24.2.419.0)
Syntax public ScalarDeltaSphericalElement(
Point fromPoint,
Point vertex,
Point toPoint,
ReferenceFrame frame,
SphericalElement element
)
Public Sub New (
fromPoint As Point,
vertex As Point,
toPoint As Point,
frame As ReferenceFrame,
element As SphericalElement
)
public:
ScalarDeltaSphericalElement(
Point^ fromPoint,
Point^ vertex,
Point^ toPoint,
ReferenceFrame^ frame,
SphericalElement element
)
new :
fromPoint : Point *
vertex : Point *
toPoint : Point *
frame : ReferenceFrame *
element : SphericalElement -> ScalarDeltaSphericalElement
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