Table of Contents

Method b3AbsMatrix3

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3AbsMatrix3(b3Matrix3)

Computes the component-wise absolute value of a matrix.

public static b3Matrix3 b3AbsMatrix3(b3Matrix3 m)

Parameters

m b3Matrix3

The matrix.

Returns

b3Matrix3

The component-wise absolute value.