Click or drag to resize

PointInReferenceFrame Constructor (Point, ReferenceFrame)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PointInReferenceFrame(
	Point point,
	ReferenceFrame frame
)

Parameters

point
Type: AGI.Foundation.Geometry.Point
The point to observe.
frame
Type: AGI.Foundation.Geometry.ReferenceFrame
The frame in which to observe the point.
See Also