Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1057 of file math.c.
Referenced by D3DXPlaneFromPoints().
{ pout->a = pvnormal->x; pout->b = pvnormal->y; pout->c = pvnormal->z; pout->d = -D3DXVec3Dot(pvpoint, pvnormal); return pout; }