PointFixedOffset Constructor (ReferenceFrame, Cartesian) |
Initializes a new instance of the
PointFixedOffset class using the
provided
offset with respect to the provided
frame.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PointFixedOffset(
ReferenceFrame frame,
Cartesian offset
)
Public Sub New (
frame As ReferenceFrame,
offset As Cartesian
)
public:
PointFixedOffset(
ReferenceFrame^ frame,
Cartesian offset
)
new :
frame : ReferenceFrame *
offset : Cartesian -> PointFixedOffset
Parameters
- frame
- Type: AGI.Foundation.GeometryReferenceFrame
The reference frame in which this point is defined. - offset
- Type: AGI.Foundation.CoordinatesCartesian
The displacement of this point from the origin of the defining reference frame.
See Also