ILNumerics Ultimate VS

Group Constructor (Object, NullableVector3, Double, NullableVector3, NullableVector3, NullableRenderTarget)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

If specified, the transformations are applied in that order: scale, translate, rotate.

[ILNumerics Visualization Engine]

See Also

Reference