You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TBalanceType Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TBalanceType Enumeration

Defines the method, used to balance the matrix.

Syntax
C#
Visual Basic
public enum TBalanceType : uint { btNone, btScale, btPerm, btFull }

MtxVec.cs

Members 
Description 
btNone 
matrix is neither scaled or permuted 
btScale 
matrix is scaled, but not permuted 
btPerm 
matrix is permuted, but not scaled 
btFull 
matrix is permuted AND scaled 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!