Java Vector Vector2fNew()

Here you can find the source of Vector2fNew()

Description

Vectorf New

License

Open Source License

Declaration

public static float[] Vector2fNew() 

Method Source Code

//package com.java2s;
/*//from   www .j a  va  2s  .  co  m
 *    leola-live 
 *  see license.txt
 */

public class Main {
    public static float[] Vector2fNew() {
        return new float[] { 0, 0 };
    }
}

Related

  1. removeDuplicates(Vector s)
  2. shiftIndicies(List list, int[] indicies, int shiftVector)
  3. vector(final float[] p2, final float[] p1)
  4. Vector2fMult(float[] a, float[] b, float[] dest)
  5. Vector2fNegate(float[] a, float[] dest)
  6. Vector2fNormalize(float[] a, float[] dest)
  7. vector2string(int[] vector)
  8. vector_dot(double[] vec1, double[] vec2)
  9. vector_norm(double[] vec)