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