Microsoft DirectX 9.0 SDK Update (October 2004)

Plane.FromPointNormal Method

Language:

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

Constructs a plane from a point and a normal.

Definition

Visual Basic .NET Public Shared Function FromPointNormal( _
    ByVal point As Vector3, _
    ByVal normal As Vector3 _
) As Plane
C# public static Plane FromPointNormal(
    Vector3 point,
    Vector3 normal
);
Managed C++ public: static Plane FromPointNormal(
    Vector3 point,
    Vector3 normal
);
JScript .NET public static function FromPointNormal(
    point : Vector3,
    normal : Vector3
) : Plane;

Parameters

point Microsoft.DirectX.Vector3. A Vector3 structure that defines the point used to construct the plane.
normal Microsoft.DirectX.Vector3. A Vector3 structure that defines the normal used to construct the plane.

Return Value

Microsoft.DirectX.Plane . A Plane structure constructed from the point and the normal.

See Also


© 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