Click or drag to resize
Ab4d.SharpEngine logo

CubeSlicer Methods

The CubeSlicer type exposes the following members.

Methods
 NameDescription
Public methodGenerateIntersectionPoints GenerateIntersectionPoints returns an array of arrays of Vector3 that represents the intersection points of the slices with the 3D cube.
Public methodGenerateSlices GenerateSlices can be used to generate that data for both the mesh and intersection points.
Public methodGenerateVerticesAndTriangleIndices GenerateVerticesAndTriangleIndices returns an array of vertices of type PositionTexture3DVertex and an array of triangle indices. That can be used to generate a mesh with represents the slices that slice the 3D cube.
Top
See Also