Search Results for

    Show / Hide Table of Contents

    Enum MatrixMajorness

    Indicates the majorness of the matrix in this backend.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum MatrixMajorness

    Fields

    Name Description
    ColumnMajor

    Column major order.

    RowMajor

    Row major order.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX