ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
If specified, the transformations are applied in that order: scale, translate, rotate.
Creates a new empty group
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public Group( Object tag = null, Nullable<Vector3> rotateAxis = null, double angle = 0, Nullable<Vector3> scale = null, Nullable<Vector3> translate = null, Nullable<RenderTarget> target = null )
Parameters
- tag (Optional)
- Type: SystemObject
tag object, used to identify the node within the scene - rotateAxis (Optional)
- Type: SystemNullableVector3
rotation axis for groups children - angle (Optional)
- Type: SystemDouble
rotation angle for groups children - scale (Optional)
- Type: SystemNullableVector3
X, Y and Z scale for groups children - translate (Optional)
- Type: SystemNullableVector3
translation for groups children - target (Optional)
- Type: SystemNullableRenderTarget
Remarks
[ILNumerics Visualization Engine]
See Also