Click or drag to resize

VectorPrimitive Constructor

Initializes a vector primitive with the specified ISystem sys as its source and pointing in direction dir.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public VectorPrimitive(
	ReferenceFrame sys,
	Vector dir,
	GraphicsFont font
)

Parameters

sys
Type: AGI.Foundation.GeometryReferenceFrame
dir
Type: AGI.Foundation.GeometryVector
font
Type: AGI.Foundation.GraphicsGraphicsFont
Remarks

The primitive's properties are initialized to the following values:

Once the primitive is constructed, it must be added to Primitives before it will be rendered.

See Also