Modifier and Type | Method and Description |
---|---|
Point3DDouble |
VoxelArray.centerOfMass()
Calculate the center of mass of all set voxels (assuming each voxel has
the same density).
|
Point3DDouble |
Point3DFloat.toAltAz()
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, alt, az).
|
static Point3DDouble |
Point3DFloat.toAltAz(double x,
double y,
double z)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, alt, az).
|
static Point3DDouble |
Point3DFloat.toAltAz(double x,
double y,
double z,
double cx,
double cy,
double cz,
Point3DDouble out)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, alt, az).
|
Point3DDouble |
Point3DFloat.toAltAz(Point3DDouble out)
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, alt, az).
|
Point3DDouble |
Point3DFloat.toCylindrical()
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, az, h).
|
static Point3DDouble |
Point3DFloat.toCylindrical(double x,
double y,
double z)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, az, h).
|
static Point3DDouble |
Point3DFloat.toCylindrical(double x,
double y,
double z,
double cx,
double cy,
double cz,
Point3DDouble out)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, az, h).
|
Point3DDouble |
Point3DFloat.toCylindrical(Point3DDouble out)
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, az, h).
|
Point3DDouble |
Point3DFloat.toSpherical()
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, theta, phi).
|
static Point3DDouble |
Point3DFloat.toSpherical(double x,
double y,
double z)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, theta, phi).
|
static Point3DDouble |
Point3DFloat.toSpherical(double x,
double y,
double z,
double cx,
double cy,
double cz,
Point3DDouble out)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, theta, phi).
|
Point3DDouble |
Point3DFloat.toSpherical(Point3DDouble out)
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, theta, phi).
|
Modifier and Type | Method and Description |
---|---|
static Point3DFloat |
Point3DFloat.altAzToXYZ(Point3DDouble altAz,
Point3DFloat out)
Transforms this point which represents its elements as altAz
coordinates r, alt, az, into cartesian coordinates x, y, z.
|
static Point3DFloat |
Point3DFloat.cylindricalToXYZ(Point3DDouble cyl,
Point3DFloat out)
Transforms this point which represents its elements as cylindrical
coordinates r, az, h into cartesian coordinates x, y, z.
|
static Point3DFloat |
Point3DFloat.sphericalToXYZ(Point3DDouble spher,
Point3DFloat out)
Transforms this point which represents its elements as spherical
coordinates r, theta, phi into cartesian coordinates x, y, z.
|
static Point3DDouble |
Point3DFloat.toAltAz(double x,
double y,
double z,
double cx,
double cy,
double cz,
Point3DDouble out)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, alt, az).
|
Point3DDouble |
Point3DFloat.toAltAz(Point3DDouble out)
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, alt, az).
|
static Point3DDouble |
Point3DFloat.toCylindrical(double x,
double y,
double z,
double cx,
double cy,
double cz,
Point3DDouble out)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, az, h).
|
Point3DDouble |
Point3DFloat.toCylindrical(Point3DDouble out)
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, az, h).
|
static Point3DDouble |
Point3DFloat.toSpherical(double x,
double y,
double z,
double cx,
double cy,
double cz,
Point3DDouble out)
Converts an X,Y,Z coordinate to a Point3DDouble indicating the
coordinates in (r, theta, phi).
|
Point3DDouble |
Point3DFloat.toSpherical(Point3DDouble out)
Converts this point represented as an X,Y,Z coordinate to a
Point3DDouble indicating the coordinates in (r, theta, phi).
|