Struct Matrix4x4Array

Matrix4x4Array structure

Wraps an encoded ArraySegment and exposes it as an IList.

public struct Matrix4x4Array : IList<Matrix4x4>, IReadOnlyList<Matrix4x4>

Constructors

NameDescription
Matrix4x4Array(ArraySegment<byte>, int, EncodingType, bool)
Matrix4x4Array(ArraySegment<byte>, int, int, int, EncodingType, bool)

Properties

NameDescription
Count { get; }
Item { get; set; }

Methods

NameDescription
Contains(Matrix4x4)
CopyTo(Matrix4x4[], int)
Fill(IEnumerable<Matrix4x4>, int)
GetEnumerator()
IndexOf(Matrix4x4)

See Also