Property | Type | Description | |
---|---|---|---|
data | float[] |
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 |
public Matrix3x3 ( float data ) : System.Collections | ||
data | float | |
return | System.Collections |
public SetColumn ( int column, Vector3, v ) : void | ||
column | int | |
v | Vector3, | |
return | void |