Click or drag to resize

ReferenceFrameGraphics Constructor (VectorGraphics, VectorGraphics, VectorGraphics)

Initializes an instance with the provided parameters.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReferenceFrameGraphics(
	VectorGraphics positiveX,
	VectorGraphics positiveY,
	VectorGraphics positiveZ
)

Parameters

positiveX
Type: AGI.Foundation.PlatformsVectorGraphics
The positive x-axis vector graphics.
positiveY
Type: AGI.Foundation.PlatformsVectorGraphics
The positive y-axis vector graphics.
positiveZ
Type: AGI.Foundation.PlatformsVectorGraphics
The positive z-axis vector graphics.
See Also