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