Table of Contents

Struct b3Matrix3

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

A 3x3 matrix stored as three column vectors. Mirror of b3Matrix3.

public struct b3Matrix3 : IEquatable<b3Matrix3>

Implements

Inherited Members

Fields

cx

The first column.

cy

The second column.

cz

The third column.

Properties

Identity

The identity matrix.

Zero

The zero matrix.

Methods

Equals(b3Matrix3)

Indicates whether the current object is equal to another object of the same type.

Equals(object?)

Indicates whether this instance and a specified object are equal.

GetHashCode()

Returns the hash code for this instance.

Operators

operator ==(b3Matrix3, b3Matrix3)

Determines whether two matrices are equal.

operator !=(b3Matrix3, b3Matrix3)

Determines whether two matrices are unequal.