| Package | Description |
|---|---|
| com.aspose.cad |
| Modifier and Type | Method and Description |
|---|---|
Vector2F |
Vector2F.Clone() |
static Vector2F |
Vector2F.op_Addition(Vector2F v1,
Vector2F v2)
Adds two vectors together.
|
static Vector2F |
Vector2F.op_Multiply(Vector2F v1,
float s)
Multiplies vector by scalar value.
|
static Vector2F |
Vector2F.op_Subtraction(Vector2F v1,
Vector2F v2)
Subtracts the second vector from the first.
|
Vector2F |
Vector3F.to2F()
Creates Vector2F.
|
Vector2F |
Vector4F.toVector2F()
Creates Vector2F.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vector2F.CloneTo(Vector2F that) |
static float |
Vector2F.dotProduct(Vector2F v1,
Vector2F v2)
Returns the dot product of two vectors.
|
boolean |
Vector2F.equals(Vector2F other)
Returns a boolean indicating whether the given Vector2F is equal to this Vector2F instance.
|
static boolean |
Vector2F.isEquals(Vector2F obj1,
Vector2F obj2) |
static Vector2F |
Vector2F.op_Addition(Vector2F v1,
Vector2F v2)
Adds two vectors together.
|
static boolean |
Vector2F.op_Equality(Vector2F v1,
Vector2F v2)
Returns a boolean indicating whether the two given vectors are equal.
|
static boolean |
Vector2F.op_Inequality(Vector2F v1,
Vector2F v2)
Returns a boolean indicating whether the two given vectors are not equal.
|
static Vector2F |
Vector2F.op_Multiply(Vector2F v1,
float s)
Multiplies vector by scalar value.
|
static Vector2F |
Vector2F.op_Subtraction(Vector2F v1,
Vector2F v2)
Subtracts the second vector from the first.
|
| Constructor and Description |
|---|
Vector2F(Vector2F other)
Initializes a new instance of the
Vector2F struct. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.