|
AnyCAD Rapid API 2024
Help you to create a better world!
|
Public 成员函数 | |
| Vector3d (double scalar) | |
| Vector3d (double a, double b, double c) | |
| void | setX (double value) |
| double | getX () |
| void | setY (double value) |
| double | getY () |
| void | setZ (double value) |
| double | getZ () |
| Vector3d | clone () |
| void | add (Vector3d v) |
| void | sub (Vector3d v) |
| void | applyMatrix4 (Matrix4 trf) |
| void | applyMatrix4d (Matrix4d trf) |
| void | multiplyScalar (double scalar) |
| void | normalize () |
| Vector3d | normalized () |
| double | length () |
| double | distanceTo (Vector3d v) |
| double | angleTo (Vector3d v) |
| double | orientedAngle (Vector3d v, Vector3d ref) |
| double | dot (Vector3d v) |
| Vector3d | cross (Vector3d v) |