Microsoft DirectX 9.0 SDK Update (October 2004)

Plane.Scale Method

Language:

Note: This documentation is preliminary and is subject to change.

Scales the plane with a given scaling factor.

Definition

Visual Basic .NET Public Shared Function Scale( _
    ByVal p As Plane, _
    ByVal s As Single _
) As Plane
C# public static Plane Scale(
    Plane p,
    float s
);
Managed C++ public: static Plane Scale(
    Plane p,
    float s
);
JScript .NET public static function Scale(
    p : Plane,
    s : float
) : Plane;

Parameters

p Microsoft.DirectX.Plane. Pointer to the source Plane structure.
s System.Single. Scale factor.

Return Value

Microsoft.DirectX.Plane . The Plane structure that represents the scaled plane.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center