Click or drag to resize

ReferenceFrameGraphics Constructor (VectorGraphics, VectorGraphics, VectorGraphics, 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,
	VectorGraphics negativeX,
	VectorGraphics negativeY,
	VectorGraphics negativeZ
)

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.
negativeX
Type: AGI.Foundation.PlatformsVectorGraphics
The negative x-axis vector graphics.
negativeY
Type: AGI.Foundation.PlatformsVectorGraphics
The negative y-axis vector graphics.
negativeZ
Type: AGI.Foundation.PlatformsVectorGraphics
The negative z-axis vector graphics.
See Also