|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector3 | |
---|---|
Facemorph | |
Facemorph.oesf |
Uses of Vector3 in Facemorph |
---|
Methods in Facemorph that return Vector3 | |
---|---|
Vector3 |
Vector3.transform(Matrix3 mat)
Transform this vector using the matrix given |
Methods in Facemorph with parameters of type Vector3 | |
---|---|
void |
Vector3.add(Vector3 p)
|
DelaunayTriangle[] |
TessGen3D.delaunay(Vector3[] points,
int n,
float left,
float right,
float top,
float bottom,
float back,
float front)
Perform 3D Delaunay triangulation |
float |
Vector3.distance(Vector3 p)
|
float |
Vector3.distanceSquared(Vector3 p)
|
void |
GridWarp2D.setAffine(Vector3 ax,
Vector3 ay)
Sets the affine terms |
void |
Vector3.sub(Vector3 p)
|
Constructors in Facemorph with parameters of type Vector3 | |
---|---|
Vector3(Vector3 p)
Construct a zero Vector3D |
Uses of Vector3 in Facemorph.oesf |
---|
Methods in Facemorph.oesf that return Vector3 | |
---|---|
Vector3 |
Template3D.getCentre()
Returns the centre of mass of this Template3D |
Vector3 |
Template3D.getCentre(java.util.ArrayList<java.lang.Boolean> active2)
Returns the centre of mass of this Template3D |
Vector3 |
Template3D.getPoint(int i)
Retrieve a specific point in this Template3D |
Methods in Facemorph.oesf that return types with arguments of type Vector3 | |
---|---|
java.util.ArrayList<Vector3> |
Template3D.getCoords()
Gets this template3D's list of Points |
Methods in Facemorph.oesf with parameters of type Vector3 | |
---|---|
boolean |
Template3D.fitTo2DOrtho(Template template,
int width,
int height,
Vector3 centre,
BigMat R,
double[] T,
double[] scale)
|
double |
Template3D.getMeanRadius(Vector3 centre)
Finds the average distance from the point given |
double |
Template3D.getMeanRadius(Vector3 centre,
java.util.ArrayList<java.lang.Boolean> active2)
Finds the average distance from the point given |
double |
Template3D.getMeanRadiusSquared(Vector3 centre)
Finds the average distance from the point given |
double |
Template3D.getMeanRadiusSquared(Vector3 centre,
java.util.ArrayList<java.lang.Boolean> active2)
Finds the average distance from the point given |
void |
Template3D.setPoint(int i,
Vector3 p)
Retrieve a specific point in this Template3D |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |