Vector2.Vector2
Contents
[
Hide
]Vector2(double)
Initializes a new instance of the Vector2 struct.
public Vector2(double s)
| Parameter | Type | Description |
|---|---|---|
| s | Double | S. |
See Also
- struct Vector2
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector2(Vector3)
Initializes a new instance of the Vector2 struct.
public Vector2(Vector3 s)
| Parameter | Type | Description |
|---|---|---|
| s | Vector3 | S. |
See Also
- struct Vector3
- struct Vector2
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector2(FVector2)
Initializes a new instance of the Vector2 struct.
public Vector2(FVector2 vec)
| Parameter | Type | Description |
|---|---|---|
| vec | FVector2 | Vector in float. |
See Also
- struct FVector2
- struct Vector2
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector2(double, double)
Initializes a new instance of the Vector2 struct.
public Vector2(double x, double y)
| Parameter | Type | Description |
|---|---|---|
| x | Double | The x coordinate. |
| y | Double | The y coordinate. |
See Also
- struct Vector2
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D