All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jglm.Mat Maven / Gradle / Ivy

Go to download

Java OpenGL Mathematics is a library for graphics software based on the OpenGL Shading Language specifications

The newest version!
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package jglm;

/**
 * @deprecated
 * @author gbarbieri
 */
public class Mat {

//    protected float[] matrix;
    protected int order;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy