Dgame.Math.Geometry

« Go back

Bottom


enum Geometry: uint;
Geometry describes different geometric representations.

Quads
Declare that the stored vertices are Quads.

QuadStrip
Declare that the stored vertices are Quad Strips

Triangles
Declare that the stored vertices are Triangles.

TriangleStrip
Declare that the stored vertices are Triangles Strips

TriangleFan
Declare that the stored vertices are Triangles Fans.

Lines
Declare that the stored vertices are Lines.

LineStrip
Declare that the stored vertices are Line Strips.

LineLoop
Declare that the stored vertices are Line Loops.

Polygon
Declare that the stored vertices are Polygons.


Page generated by Ddoc.

» Dgame.Math.Geometry on Github

Top

« Go back