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: 24.1.418.0 (24.1.418.0)
Syntax
public PointInReferenceFrame(
	Point point,
	ReferenceFrame frame
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point to observe.
frame
Type: AGI.Foundation.GeometryReferenceFrame
The frame in which to observe the point.
See Also