Table of Contents

Namespace Aspose.CAD.FileFormats.GLB.Memory

Classes

MemoryAccessor

Wraps a ArraySegment<T> decoding it and exposing its content as arrays of different types.

Structs

AttributeFormat

Defines the formatting in which a byte sequence can be encoded/decoded to attribute elements.

IntegerArray

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Matrix2x2Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Matrix3x2Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Matrix3x3Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Matrix4x3Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Matrix4x4Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

MemoryImage

Represents an image file stored as an in-memory byte array

MultiArray

Wraps an encoded ArraySegment<T> and exposes it as an IList{Single[]}/>.

QuaternionArray

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

ScalarArray

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Vector2Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Vector3Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.

Vector4Array

Wraps an encoded ArraySegment<T> and exposes it as an IList<T>.