Uses of Class
com.aspose.threed.Vector2
-
-
Uses of Vector2 in com.aspose.threed
Methods in com.aspose.threed that return Vector2 Modifier and Type Method Description static Vector2
Vector2. add(Vector2 lhs, Vector2 rhs)
Addition operator for Vector2Vector2
Vector2. clone()
static Vector2
Vector2. div(Vector2 lhs, double rhs)
Division operator for Vector2Vector2
Camera. getMagnification()
Gets the maginification used in orthographic cameraVector2
BoundingBox2D. getMaximum()
The maximum corner of the bounding boxVector2
BoundingBox2D. getMinimum()
The minimum corner of the bounding boxVector2
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
ITextureUnit. getScale()
Gets the scale of the UV coordinate.Vector2
ITextureUnit. getScroll()
Gets the scroll of the UV coordinate.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 Vector2static Vector2
Vector2. mul(Vector2 lhs, double rhs)
Multiply operator for Vector2static Vector2
Vector2. sub(Vector2 lhs, Vector2 rhs)
Substraction operator for Vector2Methods in com.aspose.threed with parameters of type Vector2 Modifier and Type Method Description static Vector2
Vector2. add(Vector2 lhs, Vector2 rhs)
Addition operator for Vector2void
Vector2. copyFrom(Vector2 src)
static Vector2
Vector2. div(Vector2 lhs, double rhs)
Division operator for Vector2double
Vector2. dot(Vector2 rhs)
Gets the dot product of two vectorsboolean
Vector2. equals(Vector2 rhs)
Check if two vector2 equalsvoid
BoundingBox2D. merge(Vector2 pt)
Merges the new box into the current bounding box.protected static java.util.ArrayList<int[]>
Primitive. merge(Mesh mesh, Vector4[][] positions, Vector4[][] normals, Vector2[][] uvs)
Merge the specified mesh, positions, normals and uvs.static Vector2
Vector2. mul(double lhs, Vector2 rhs)
Multiply operator for Vector2static Vector2
Vector2. mul(Vector2 lhs, double rhs)
Multiply operator for Vector2static boolean
Vector2. op_eq(Vector2 lhs, Vector2 rhs)
Equal operator for Vector2static boolean
Vector2. op_ne(Vector2 lhs, Vector2 rhs)
Not-equal operator for Vector2void
Camera. setMagnification(Vector2 value)
Sets the maginification used in orthographic cameravoid
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
ITextureUnit. setScale(Vector2 value)
Sets the scale of the UV coordinate.void
ITextureUnit. setScroll(Vector2 value)
Sets the scroll of the UV coordinate.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 Vector2Method parameters in com.aspose.threed with type arguments of type Vector2 Modifier and Type Method Description void
VertexElementUV. addData(java.lang.Iterable<Vector2> data)
Add a set ofVector2
to VertexElementUV.Data.Constructors in com.aspose.threed with parameters of type Vector2 Constructor Description BoundingBox2D(Vector2 minimum, Vector2 maximum)
Initialize a finite bounding box with given minimum and maximum cornerFVector2(Vector2 vec)
Initializes a new instance of theFVector2
.
-