Microsoft DirectX 8.1 (C++) |
Constructs a plane from three points.
D3DXPLANE* D3DXPlaneFromPoints( D3DXPLANE* pOut, CONST D3DXVECTOR3* pV1, CONST D3DXVECTOR3* pV2, CONST D3DXVECTOR3* pV3 );
Pointer to the D3DXPLANE structure constructed from the given points.
The return value for this function is the same value returned in the pOut parameter. In this way, the D3DXPlaneFromPoints function can be used as a parameter for another function.
Header: Declared in D3dx8math.h.
Import Library: Use D3dx8.lib.