public class Vector4f extends Tuple4f
| Constructor and Description |
|---|
Vector4f() |
Vector4f(float[] x) |
Vector4f(float x,
float y,
float z,
float w) |
Vector4f(Tuple4f t) |
Vector4f(Vector4f t) |
| Modifier and Type | Method and Description |
|---|---|
float |
dot(Vector4f v) |
float |
length() |
void |
normalize() |
public Vector4f()
public Vector4f(float[] x)
public Vector4f(float x,
float y,
float z,
float w)
public Vector4f(Vector4f t)
public Vector4f(Tuple4f t)
public float dot(Vector4f v)
public float length()
public void normalize()
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.