Microsoft DirectX 9.0 SDK Update (October 2004)

Vector3.Scale Method

Language:

Note: This documentation is preliminary and is subject to change.

Scales a 3-D vector.

Definition

Visual Basic .NET Public Sub Scale( _
    ByVal scalingFactor As Single _
)
C# public void Scale(
    float scalingFactor
);
Managed C++ public: void Scale(
    float scalingFactor
);
JScript .NET public function Scale(
    scalingFactor : float
);

Parameters

scalingFactor System.Single. Scaling value.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center