Click or drag to resize

ParameterizedPoint Constructor (ReferenceFrame)

Initializes a new instance. A new CartesianParameter will be created for this point.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ParameterizedPoint(
	ReferenceFrame referenceFrame
)

Parameters

referenceFrame
Type: AGI.Foundation.GeometryReferenceFrame
The reference frame this point is described in.
See Also