Vector4.Vector4
Contents
[
Hide
]Vector4(Vector3, double)
Initializes a new instance of the Vector4
struct.
public Vector4(Vector3 vec, double w)
Parameter | Type | Description |
---|---|---|
vec | Vector3 | Vec. |
w | Double | The width. |
See Also
- struct Vector3
- struct Vector4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector4(Vector3)
Initializes a new instance of the Vector4
struct.
public Vector4(Vector3 vec)
Parameter | Type | Description |
---|---|---|
vec | Vector3 | Vec. |
See Also
- struct Vector3
- struct Vector4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector4(FVector4)
Initializes a new instance of the Vector4
struct.
public Vector4(FVector4 vec)
Parameter | Type | Description |
---|---|---|
vec | FVector4 | Vec. |
See Also
- struct FVector4
- struct Vector4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector4(double, double, double)
Initializes a new instance of the Vector4
struct.
public Vector4(double x, double y, double z)
Parameter | Type | Description |
---|---|---|
x | Double | The x coordinate. |
y | Double | The y coordinate. |
z | Double | The z coordinate. |
See Also
- struct Vector4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector4(double, double, double, double)
Initializes a new instance of the Vector4
struct.
public Vector4(double x, double y, double z, double w)
Parameter | Type | Description |
---|---|---|
x | Double | The x coordinate. |
y | Double | The y coordinate. |
z | Double | The z coordinate. |
w | Double | The width. |
See Also
- struct Vector4
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D