vertexScreen

Describes a transformed and projected vertex.

typedef struct tagvertexScreen { float x; float y; float z; float rhw; } vertexScreen;

Members

x
Screen x coordinate

y
Screen y coordinate

z
Screen z coordinate

rhw
Reciprocal homogeneous w. (1.0 / w)

Remarks

See Also

Copyright © 2004-2010 Fragmosoft