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: 25.1.421.0 (25.1.421.0)
Syntax
public ParameterizedPoint(
	ReferenceFrame referenceFrame
)

Parameters

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