Vector3.Scale Method
|
Language: |
Scales a 3-D vector.
Definition
Visual Basic |
Public Sub Scale( _ ByVal scalingFactor As Single _ ) |
C# |
public void Scale( float scalingFactor ); |
C++ |
public: void Scale( float scalingFactor ); |
JScript |
public function Scale( scalingFactor : float ); |
Parameters
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center