Scale the plane with the given scaling factor.
D3DXPLANE * D3DXPlaneScale( D3DXPLANE * pOut, CONST D3DXPLANE * pP, FLOAT s );
Pointer to a D3DXPLANE structure that represents the scaled plane.
The return value for this function is the same value returned in the pOut parameter. Therefore, this function can be used as a parameter for another function.
Header: Declared in D3dx9math.h.