Click to Rate and Give Feedback
MSDN
MSDN Library
DirectX
SDK Documentation
DirectX Graphics
Direct3D 9
Reference
D3DX Reference
Structures
 D3DXPLANE

  Switch on low bandwidth view
D3DXPLANE
Bb205385.XDK_CHM_BANNER_left(en-us,VS.85).jpgBb205385.XDK_CHM_BANNER_right(en-us,VS.85).jpg

D3DXPLANE

Describes a plane.

typedef struct D3DXPLANE {
    FLOAT a;
    FLOAT b;
    FLOAT c;
    FLOAT d;
} D3DXPLANE, *LPD3DXPLANE;

Members

a
The a coefficient of the clipping plane in the general plane equation. See Remarks.
b
The b coefficient of the clipping plane in the general plane equation. See Remarks.
c
The c coefficient of the clipping plane in the general plane equation. See Remarks.
d
The d coefficient of the clipping plane in the general plane equation. See Remarks.

Remarks

The members of the D3DXPLANE structure take the form of the general plane equation. They fit into the general plane equation so that ax + by + cz + dw = 0.

C++ programmers can take advantage of operator overloading and type casting with the D3DXPLANE Extensions which implement overloaded constructors and assignment, unary, and binary (including equality) operators.

Requirements

Header: Declared in D3dx9math.h.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker