|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Vector4f | |
---|---|
com.sun.j3d.utils.scenegraph.io.retained | |
javax.media.j3d | Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. |
javax.vecmath | Provides 3D vector mathematics classes. |
Uses of Vector4f in com.sun.j3d.utils.scenegraph.io.retained |
---|
Methods in com.sun.j3d.utils.scenegraph.io.retained that return Vector4f | |
---|---|
Vector4f |
Controller.readVector4f(java.io.DataInput in)
|
Methods in com.sun.j3d.utils.scenegraph.io.retained with parameters of type Vector4f | |
---|---|
void |
Controller.writeVector4f(java.io.DataOutput out,
Vector4f vec)
|
Uses of Vector4f in javax.media.j3d |
---|
Methods in javax.media.j3d with parameters of type Vector4f | |
---|---|
void |
TexCoordGeneration.getPlaneQ(Vector4f planeQ)
Retrieves a copy of the plane equation used to generate the Q coordinate. |
void |
TexCoordGeneration.getPlaneR(Vector4f planeR)
Retrieves a copy of the plane equation used to generate the R coordinate. |
void |
TexCoordGeneration.getPlaneS(Vector4f planeS)
Retrieves a copy of the plane equation used to generate the S coordinate. |
void |
TexCoordGeneration.getPlaneT(Vector4f planeT)
Retrieves a copy of the plane equation used to generate the T coordinate. |
void |
TexCoordGeneration.setPlaneQ(Vector4f planeQ)
Sets the Q coordinate plane equation. |
void |
TexCoordGeneration.setPlaneR(Vector4f planeR)
Sets the R coordinate plane equation. |
void |
TexCoordGeneration.setPlaneS(Vector4f planeS)
Sets the S coordinate plane equation. |
void |
TexCoordGeneration.setPlaneT(Vector4f planeT)
Sets the T coordinate plane equation. |
void |
Transform3D.transform(Vector4f vec)
Transform the vector vec using this Transform and place the result back into vec. |
void |
Transform3D.transform(Vector4f vec,
Vector4f vecOut)
Transform the vector vec using this Transform and place the result into vecOut. |
Constructors in javax.media.j3d with parameters of type Vector4f | |
---|---|
TexCoordGeneration(int genMode,
int format,
Vector4f planeS)
Constructs a TexCoordGeneration object with the specified genMode, format, and the S coordinate plane equation. |
|
TexCoordGeneration(int genMode,
int format,
Vector4f planeS,
Vector4f planeT)
Constructs a TexCoordGeneration object with the specified genMode, format, and the S and T coordinate plane equations. |
|
TexCoordGeneration(int genMode,
int format,
Vector4f planeS,
Vector4f planeT,
Vector4f planeR)
Constructs a TexCoordGeneration object with the specified genMode, format, and the S, T, and R coordinate plane equations. |
|
TexCoordGeneration(int genMode,
int format,
Vector4f planeS,
Vector4f planeT,
Vector4f planeR,
Vector4f planeQ)
Constructs a TexCoordGeneration object with the specified genMode, format, and the S, T, R, and Q coordinate plane equations. |
Uses of Vector4f in javax.vecmath |
---|
Methods in javax.vecmath with parameters of type Vector4f | |
---|---|
float |
Vector4f.angle(Vector4f v1)
Returns the (4-space) angle in radians between this vector and the vector parameter; the return value is constrained to the range [0,PI]. |
float |
Vector4f.dot(Vector4f v1)
returns the dot product of this vector and v1 |
void |
Matrix4f.getColumn(int column,
Vector4f v)
Copies the matrix values in the specified column into the vector parameter. |
void |
Matrix4f.getRow(int row,
Vector4f v)
Copies the matrix values in the specified row into the vector parameter. |
void |
Vector4f.normalize(Vector4f v1)
Sets the value of this vector to the normalization of vector v1. |
void |
Matrix4f.setColumn(int column,
Vector4f v)
Sets the specified column of this matrix4f to the vector provided. |
void |
Matrix4f.setRow(int row,
Vector4f v)
Sets the specified row of this matrix4f to the Vector provided. |
Constructors in javax.vecmath with parameters of type Vector4f | |
---|---|
Vector4d(Vector4f v1)
Constructs and initializes a Vector4d from the specified Vector4f. |
|
Vector4f(Vector4f v1)
Constructs and initializes a Vector4f from the specified Vector4f. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |