Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public PointFixedOffset(
	ReferenceFrame frame,
	Cartesian offset
)

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