Table of Contents

Struct mat4d

Namespace
Hi.Native
Assembly
HiGeom.dll

Native mat4d.

public struct mat4d : IEquatable<mat4d>
Implements
Inherited Members
Extension Methods

Constructors

mat4d(Mat4d)

Ctor.

public mat4d(Mat4d mat)

Parameters

mat Mat4d

managed matrix

mat4d(double[])

Ctor.

public mat4d(double[] m)

Parameters

m double[]

array that has 4x4=16 elements

Fields

m

value array.

public double* m

Field Value

double*

Methods

Equals(mat4d)

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

public bool Equals(mat4d other)

Parameters

other mat4d

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

Operators

operator ==(mat4d, mat4d)

public static bool operator ==(mat4d left, mat4d right)

Parameters

left mat4d
right mat4d

Returns

bool

operator !=(mat4d, mat4d)

public static bool operator !=(mat4d left, mat4d right)

Parameters

left mat4d
right mat4d

Returns

bool