Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class d3drmvector4d

public final class d3drmvector4d {
  public float x;
  public float y;
  public float z;
  public float w;
}

Describes the screen coordinates used as the destination of a transformation by the Transform method and as the source of a transformation by the InverseTransform method.

See also d3drmViewport.

Fields

x, y, z, and w
Values describing homogeneous values. These values define the result of the transformation.


© 1996 Microsoft Corporation. All rights reserved.