Package | Description |
---|---|
ini.trakem2.utils |
Modifier and Type | Method and Description |
---|---|
Vector3 |
Vector3.add(Vector3 v,
Vector3 r) |
Vector3 |
Vector3.normalize(Vector3 r) |
static Vector3 |
Vector3.rotate_v_around_axis(Vector3 v,
Vector3 axis,
double sin,
double cos)
From my former program, A_3D_Editing.java and Pipe.java
|
Vector3 |
Vector3.scale(double s,
Vector3 r) |
Vector3 |
Vector3.set(double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
Vector3 |
Vector3.add(Vector3 v,
Vector3 r) |
Vector3 |
Vector3.normalize(Vector3 r) |
static Vector3 |
Vector3.rotate_v_around_axis(Vector3 v,
Vector3 axis,
double sin,
double cos)
From my former program, A_3D_Editing.java and Pipe.java
|
Vector3 |
Vector3.scale(double s,
Vector3 r) |
Constructor and Description |
---|
Vector3(Vector3 v)
creates vector from v
|
Copyright © 2015–2021 Fiji. All rights reserved.