
jglm.Veci Maven / Gradle / Ivy
Go to download
Java OpenGL Mathematics is a library for graphics software based on the OpenGL Shading Language specifications
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package jglm;
/**
* @deprecated
* @author gbarbieri
*/
public class Veci {
protected int[] vector;
protected int order;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy