Click or drag to resize

VectorInPointsAxes Constructor (Vector, Point)

Initializes an 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 VectorInPointsAxes(
	Vector vectorToObserve,
	Point point
)

Parameters

vectorToObserve
Type: AGI.Foundation.GeometryVector
The vector to observe.
point
Type: AGI.Foundation.GeometryPoint
The vector is observed in the axes in which this point is defined.
Exceptions
ExceptionCondition
ArgumentException Thrown when the point is Root.
See Also