Home | History | Annotate | Download | only in math

Lines Matching refs:setTranslation

1749      * <code>setTranslation</code> will set the matrix's translation values.

1756 public void setTranslation(float[] translation) {
1767 * <code>setTranslation</code> will set the matrix's translation values.
1776 public void setTranslation(float x, float y, float z) {
1783 * <code>setTranslation</code> will set the matrix's translation values.
1788 public void setTranslation(Vector3f translation) {