|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsyn3d.util.CommonRoutines
public class CommonRoutines
| Constructor Summary | |
|---|---|
CommonRoutines()
|
|
| Method Summary | |
|---|---|
static float[] |
calculateNormals(double[] coord,
int[] idx)
|
static float[] |
calculateNormals(float[] coord,
int[] idx)
Function adapted from the Xith3D project to compute vertex normals instead of face normals Copyright (c) 2004, EADS CCR Copyright (c) 2003, Xith3D Project Group All rights reserved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonRoutines()
| Method Detail |
|---|
public static float[] calculateNormals(float[] coord,
int[] idx)
public static float[] calculateNormals(double[] coord,
int[] idx)
function using floats
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||