ILNumerics - Technical Application Development
Top
The PositionsBuffer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BufferType | (Inherited from BufferBase.) | |
| DataCount |
Number of data vectors (columns)
(Inherited from BufferT.)[ILNumerics Visualization Engine] | |
| DataLength |
Dimensionality of a single date in this buffer (number of rows or length of each vector)
(Inherited from BufferT.)[ILNumerics Visualization Engine] | |
| ID | (Inherited from BufferBase.) | |
| IsDisposed | (Inherited from BufferT.) | |
| IsEmpty | (Inherited from BufferT.) | |
| Storage |
returns a copy(!) of the buffers array storage, using a lazy-copy-on-write scheme. Use Update() for modifications!
(Inherited from BufferT.)[ILNumerics Visualization Engine] | |
| UnitCube |
Gets position buffer of a simple shaded unit cube.
[ILNumerics Visualization Engine] | |
| UnitCubeLighting |
Gets position buffer for a unit cube, capable of getting lit.
[ILNumerics Visualization Engine] |
See Also