ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Note: This API is now obsolete.
Scales the current Vector4 by the given amounts.
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
[ObsoleteAttribute("Use static Multiply() method instead.")] public void Scale( float sx, float sy, float sz, float sw )
Parameters
- sx
- Type: SystemSingle
The scale of the X component. - sy
- Type: SystemSingle
The scale of the Y component. - sz
- Type: SystemSingle
The scale of the Z component. - sw
- Type: SystemSingle
The scale of the Z component.
Remarks
[ILNumerics Visualization Engine]
See Also