Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Entities.ISdk3DTriangleStrip Interface Reference

A strip of triangles in 3D space. Each adjacent triplet of vertices represents a triangle. The vertices a, b, c, d, e will represent triangles abc, bcd, and cde. More...

Inheritance diagram for Anark.CoreSdkApi.Entities.ISdk3DTriangleStrip:
Anark.CoreSdkApi.Entities.ISdk3DGeometryPrimitive Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex > Anark.CoreSdkApi.Entities.Sdk3DTriangleStrip

Additional Inherited Members

Properties inherited from Anark.CoreSdkApi.Entities.ISdkGeometryPrimitive< TVertex >
IEnumerable< TVertex > Vertices [get]
 The vertices that define the geometry.

Detailed Description

A strip of triangles in 3D space. Each adjacent triplet of vertices represents a triangle. The vertices a, b, c, d, e will represent triangles abc, bcd, and cde.