| 程序包 | 说明 |
|---|---|
| org.meteoinfo.image.vecmath |
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
Color4f |
Vector math package, converted to look similar to javax.vecmath.
|
class |
Point4f |
Vector math package, converted to look similar to javax.vecmath.
|
class |
Quat4f |
Vector math package, converted to look similar to javax.vecmath.
|
class |
Vector4f |
Vector math package, converted to look similar to javax.vecmath.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
Tuple4f.absolute(Tuple4f t) |
|
void |
Tuple4f.add(Tuple4f t) |
|
void |
Tuple4f.add(Tuple4f t1,
Tuple4f t2) |
|
void |
Tuple4f.get(Tuple4f t) |
|
void |
Tuple4f.interpolate(Tuple4f t,
float alpha) |
|
void |
Tuple4f.negate(Tuple4f t) |
|
void |
Tuple4f.set(Tuple4f t) |
|
void |
Tuple4f.sub(Tuple4f t) |
|
void |
Tuple4f.sub(Tuple4f t1,
Tuple4f t2) |
| 构造器 | 说明 |
|---|---|
Color4f(Tuple4f t) |
|
Point4f(Tuple4f t) |
|
Quat4f(Tuple4f t) |
|
Tuple4f(Tuple4f t) |
|
Vector4f(Tuple4f t) |
Copyright © 2019. All rights reserved.