public class Quat4f extends Tuple4f
| 构造器 | 说明 |
|---|---|
Quat4f() |
|
Quat4f(float[] x) |
|
Quat4f(float x,
float y,
float z,
float w) |
|
Quat4f(Quat4f t) |
|
Quat4f(Tuple4f t) |
public Quat4f()
public Quat4f(float[] x)
public Quat4f(float x,
float y,
float z,
float w)
public Quat4f(Quat4f t)
public Quat4f(Tuple4f t)
public void set(AxisAngle4f a)
public void normalize()
public void set(Matrix4f m)
Copyright © 2019. All rights reserved.