Package | Description |
---|---|
spim.vecmath |
Modifier and Type | Method and Description |
---|---|
float |
Point4f.distance(Point4f p1)
Computes the distance between this point and point p1.
|
float |
Point4f.distanceL1(Point4f p1)
Computes the L-1 (Manhattan) distance between this point and point p1.
|
float |
Point4f.distanceLinf(Point4f p1)
Computes the L-infinite distance between this point and point p1.
|
float |
Point4f.distanceSquared(Point4f p1)
Computes the square of the distance between this point and point p1.
|
void |
Point4f.project(Point4f p1)
Multiplies each of the x,y,z components of the Point4f parameter by 1/w,
places the projected values into this point, and places a 1 as the w
parameter of this point.
|
void |
Point3f.project(Point4f p1)
Multiplies each of the x,y,z components of the Point4f parameter by 1/w
and places the projected values into this point.
|
Constructor and Description |
---|
Point4d(Point4f p1)
Constructs and initializes a Point4d from the specified Point4f.
|
Point4f(Point4f p1)
Constructs and initializes a Point4f from the specified Point4f.
|
Copyright © 2015–2021 Fiji. All rights reserved.