Cube | |
public class CubeSlicer
The CubeSlicer type exposes the following members.
| Name | Description | |
|---|---|---|
| CubeSlicer | Initializes a new instance of the CubeSlicer class |
| Name | Description | |
|---|---|---|
| GenerateIntersectionPoints | GenerateIntersectionPoints returns an array of arrays of Vector3 that represents the intersection points of the slices with the 3D cube. | |
| GenerateSlices | GenerateSlices can be used to generate that data for both the mesh and intersection points. | |
| GenerateVerticesAndTriangleIndices | 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. |