![]() |
![]() |
![]() |
UnsafeNativeMethods.Plane.Scale Method |
Language: |
Scales the plane with a given scaling factor.
Visual Basic .NET Public Shared Function Scale( _
ByVal pOut As Plane, _
ByVal pPlane As Plane, _
ByVal s As Single _
) As PlaneC# public static Plane Scale(
Plane pOut,
Plane pPlane,
float s
);Managed C++ public: static Plane Scale(
Plane pOut,
Plane pPlane,
float s
);JScript .NET public static function Scale(
pOut : Plane,
pPlane : Plane,
s : float
) : Plane;
pOut Microsoft.DirectX.Plane. The Plane structure that represents the scaled plane. pPlane Microsoft.DirectX.Plane. Pointer to the source Plane structure. s System.Single. Scale factor.
Microsoft.DirectX.Plane . The Plane structure that represents the scaled plane.
The return value for this method is the same value returned in the pOut parameter. Resultantly, the Scale method can be used as a parameter for another method.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center