This method of the Direct3dRM Class reflects a vector, given a vector ray and a vector normal.
public void vectorReflect(D3dVector lpd, D3dVector lpRay, D3dVector lpNorm);
lpd | The resulting D3dVector from the operation. |
lpRay | A D3dVector ray. |
lpNorm | A D3dVector normal. |