C# Class Matrix3x3, UnityUtils

Mostra file Open project: mortennobel/UnityUtils Class Usage Examples

Public Properties

Property Type Description
data float[]

Public Methods

Method Description
Equals ( object other ) : bool
Matrix3x3 ( float data ) : System.Collections
SetColumn ( int column, Vector3, v ) : void
SetRow ( int r, Vector3, v ) : void
operator ( ) : bool
this ( int row, int column ) : float

Method Details

Equals() public method

public Equals ( object other ) : bool
other object
return bool

Matrix3x3() public method

public Matrix3x3 ( float data ) : System.Collections
data float
return System.Collections

SetColumn() public method

public SetColumn ( int column, Vector3, v ) : void
column int
v Vector3,
return void

SetRow() public method

public SetRow ( int r, Vector3, v ) : void
r int
v Vector3,
return void

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int row, int column ) : float
row int
column int
return float

Property Details

data public_oe property

public float[] data
return float[]