Vector4Scale(Vector4) Method |
Scale the X, Y, Z and W components of
Vector4.
Namespace: Microsoft.DirectXAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic void Scale(
Vector4 s
)
Parameters
- s Vector4
- Vector3 containing the X, Y, Z and W scale components.
See Also