|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.physicsEngine.geometry.mathUtils.LinearAlgebraOperations
public class LinearAlgebraOperations
Class that implements some standard linear algebra operations, used by the physics engine.
Constructor Summary | |
---|---|
LinearAlgebraOperations()
|
Method Summary | |
---|---|
static java.util.List<Vector2f> |
compute2dPCA(java.util.List<Vector2f> points)
Compute a 2 dimensional Principal Component Analysis, returning the first component then the second. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearAlgebraOperations()
Method Detail |
---|
public static java.util.List<Vector2f> compute2dPCA(java.util.List<Vector2f> points)
points
- size-2 List of points, representing the first and second
principal components
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |