public class Vector4f extends Tuple4f
| 构造器 | 说明 |
|---|---|
Vector4f() |
|
Vector4f(float[] x) |
|
Vector4f(float x,
float y,
float z,
float w) |
|
Vector4f(Tuple4f t) |
|
Vector4f(Vector4f t) |
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 © 2019. All rights reserved.