Modifier and Type | Method and Description |
---|---|
static Vector2 |
Vector2.add(Vector2 lhs,
Vector2 rhs)
Addition operator for Vector2
|
Vector2 |
Vector2.clone() |
static Vector2 |
Vector2.div(Vector2 lhs,
double rhs)
Division operator for Vector2
|
Vector2 |
Camera.getMagnification()
Gets the maginification used in orthographic camera
|
Vector2 |
BoundingBox2D.getMaximum()
The maximum corner of the bounding box
|
Vector2 |
BoundingBox2D.getMinimum()
The minimum corner of the bounding box
|
Vector2 |
KeyFrame.getNextInTangent()
Gets the next in(left) tangent on this key frame.
|
Vector2 |
KeyFrame.getOutTangent()
Gets the out(right) tangent on this key frame.
|
Vector2 |
TextureBase.getUVScale()
Gets the UV scale.
|
Vector2 |
TextureBase.getUVTranslation()
Gets the UV translation.
|
static Vector2 |
Vector2.mul(double lhs,
Vector2 rhs)
Multiply operator for Vector2
|
static Vector2 |
Vector2.mul(Vector2 lhs,
double rhs)
Multiply operator for Vector2
|
static Vector2 |
Vector2.sub(Vector2 lhs,
Vector2 rhs)
Substraction operator for Vector2
|
Modifier and Type | Method and Description |
---|---|
static Vector2 |
Vector2.add(Vector2 lhs,
Vector2 rhs)
Addition operator for Vector2
|
void |
Vector2.copyFrom(Vector2 src) |
static Vector2 |
Vector2.div(Vector2 lhs,
double rhs)
Division operator for Vector2
|
double |
Vector2.dot(Vector2 rhs)
Gets the dot product of two vectors
|
boolean |
Vector2.equals(Vector2 rhs)
Check if two vector2 equals
|
protected static ArrayList<int[]> |
Primitive.merge(Mesh mesh,
Vector4[][] positions,
Vector4[][] normals,
Vector2[][] uvs)
Merge the specified mesh, positions, normals and uvs.
|
void |
BoundingBox2D.merge(Vector2 pt)
Merges the new box into the current bounding box.
|
static Vector2 |
Vector2.mul(double lhs,
Vector2 rhs)
Multiply operator for Vector2
|
static Vector2 |
Vector2.mul(Vector2 lhs,
double rhs)
Multiply operator for Vector2
|
static boolean |
Vector2.op_eq(Vector2 lhs,
Vector2 rhs)
Equal operator for Vector2
|
static boolean |
Vector2.op_ne(Vector2 lhs,
Vector2 rhs)
Not-equal operator for Vector2
|
void |
Camera.setMagnification(Vector2 value)
Sets the maginification used in orthographic camera
|
void |
KeyFrame.setNextInTangent(Vector2 value)
Sets the next in(left) tangent on this key frame.
|
void |
KeyFrame.setOutTangent(Vector2 value)
Sets the out(right) tangent on this key frame.
|
void |
TextureBase.setUVScale(Vector2 value)
Sets the UV scale.
|
void |
TextureBase.setUVTranslation(Vector2 value)
Sets the UV translation.
|
static Vector2 |
Vector2.sub(Vector2 lhs,
Vector2 rhs)
Substraction operator for Vector2
|
Modifier and Type | Method and Description |
---|---|
void |
VertexElementUV.addData(Iterable<Vector2> data)
Add a set of
Vector2 to VertexElementUV.Data. |
Constructor and Description |
---|
BoundingBox2D(Vector2 minimum,
Vector2 maximum)
Initialize a finite bounding box with given minimum and maximum corner
|
FVector2(Vector2 vec)
Initializes a new instance of the
FVector2 . |
Copyright © 2018. All rights reserved.