Empeld
Empeld plugin documentation.
|
Buffer that has a size, but represents 3D space using offsets More...
Public Member Functions | |
BufferSpace3d (int x, int y, int z, int w, int l, int h) | |
Create a buffer space with x,y,z offsets with the size of w,l,h 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... | |
readonly int | OffX |
The X offset of the buffer space More... | |
readonly int | OffY |
The Y offset of the buffer space More... | |
readonly int | OffZ |
The Z offset of the buffer space More... | |
Buffer that has a size, but represents 3D space using offsets
pluginbase.Helpers.Buffers.BufferSpace3d< T >.BufferSpace3d | ( | int | x, |
int | y, | ||
int | z, | ||
int | w, | ||
int | l, | ||
int | h | ||
) |
Create a buffer space with x,y,z offsets with the size of w,l,h
x | The x coordinate. |
y | The y coordinate. |
z | The z coordinate. |
w | The width. |
l | L. |
h | The height. |
Attribute: w*l*h
;
readonly int pluginbase.Helpers.Buffers.BufferSpace3d< T >.Height |
The height of the buffer
readonly int pluginbase.Helpers.Buffers.BufferSpace3d< T >.Length |
The length of the buffer
readonly int pluginbase.Helpers.Buffers.BufferSpace3d< T >.OffX |
The X offset of the buffer space
readonly int pluginbase.Helpers.Buffers.BufferSpace3d< T >.OffY |
The Y offset of the buffer space
readonly int pluginbase.Helpers.Buffers.BufferSpace3d< T >.OffZ |
The Z offset of the buffer space
readonly int pluginbase.Helpers.Buffers.BufferSpace3d< T >.Width |
The width of the buffer