Struct mat4d
Native mat4d.
public struct mat4d : IEquatable<mat4d>
- Implements
- Inherited Members
- Extension Methods
Constructors
mat4d(Mat4d)
Ctor.
public mat4d(Mat4d mat)
Parameters
mat
Mat4dmanaged 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
Methods
Equals(mat4d)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(mat4d other)
Parameters
other
mat4dAn object to compare with this object.
Returns
Equals(object)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe 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
Returns
operator !=(mat4d, mat4d)
public static bool operator !=(mat4d left, mat4d right)