Empeld
Empeld plugin documentation.
|
A class that contains data of type T in a 3D space More...
Public Member Functions | |
Buffer3d (int w, int l, int h) | |
Create a buffer with the given width, length, and height More... | |
Public Attributes | |
readonly int | Width |
The width of the buffer More... | |
readonly int | Length |
The length of the buffer More... | |
readonly int | Height |
The height of the buffer More... | |
A class that contains data of type T in a 3D space
pluginbase.Helpers.Buffers.Buffer3d< T >.Buffer3d | ( | int | w, |
int | l, | ||
int | h | ||
) |
Create a buffer with the given width, length, and height
w | The width. |
l | L. |
h | The height. |
Attribute: w*l*h
;
readonly int pluginbase.Helpers.Buffers.Buffer3d< T >.Height |
The height of the buffer
readonly int pluginbase.Helpers.Buffers.Buffer3d< T >.Length |
The length of the buffer
readonly int pluginbase.Helpers.Buffers.Buffer3d< T >.Width |
The width of the buffer