Plane.Scale Method |
Language: |
Scales the plane with a given scaling factor.
Visual Basic Public Shared Function Scale( _
ByVal p As Plane, _
ByVal s As Single _
) As PlaneC# public static Plane Scale(
Plane p,
float s
);C++ public:
static Plane Scale(
Plane p,
float s
);JScript public static function Scale(
p : Plane,
s : float
) : Plane;
p 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.
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