The Box type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Box |
Creates a box with origin (cx,cy,cz) and size (sx,sy,sz). Sizes must be > 0.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | Indices |
The indices.
|
![]() | Normals |
The normals.
|
![]() ![]() | NumIndices |
The number of vertex indices.
|
![]() ![]() | NumVertices |
The number of vertices.
|
![]() | Tangents |
The tangents.
|
![]() | TexCoords2D |
The 2d texture coords.
|
![]() | TexCoords3D |
The 3d texture coords.
|
![]() | Vertices |
The vertices.
|