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.2.419.0 (24.2.419.0)
Syntax public ReferenceFrameGraphics(
VectorGraphics positiveX,
VectorGraphics positiveY,
VectorGraphics positiveZ,
VectorGraphics negativeX,
VectorGraphics negativeY,
VectorGraphics negativeZ
)
Public Sub New (
positiveX As VectorGraphics,
positiveY As VectorGraphics,
positiveZ As VectorGraphics,
negativeX As VectorGraphics,
negativeY As VectorGraphics,
negativeZ As VectorGraphics
)
public:
ReferenceFrameGraphics(
VectorGraphics^ positiveX,
VectorGraphics^ positiveY,
VectorGraphics^ positiveZ,
VectorGraphics^ negativeX,
VectorGraphics^ negativeY,
VectorGraphics^ negativeZ
)
new :
positiveX : VectorGraphics *
positiveY : VectorGraphics *
positiveZ : VectorGraphics *
negativeX : VectorGraphics *
negativeY : VectorGraphics *
negativeZ : VectorGraphics -> ReferenceFrameGraphics
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