public class Matrix extends Object
Matrix()
float
GetValue(int row, int column)
void
SetValue(int row, int column, float value)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Matrix()
public String toString()
toString
Object
public void SetValue(int row, int column, float value)
public float GetValue(int row, int column)
Copyright © 2019. All rights reserved.