Vector3
Contents
[
Hide
]Vector3 constructor (1 of 4)
Initializes a new instance of the Vector3
struct.
public Vector3(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 Vector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector3 constructor (2 of 4)
Initializes a new instance of the Vector3
struct.
public Vector3(FVector3 vec)
Parameter | Type | Description |
---|---|---|
vec | FVector3 | The x coordinate. |
See Also
- struct FVector3
- struct Vector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector3 constructor (3 of 4)
Initializes a new instance of the Vector3
struct.
public Vector3(double v)
Parameter | Type | Description |
---|---|---|
v | Double | V. |
See Also
- struct Vector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
Vector3 constructor (4 of 4)
Initializes a new instance of the Vector3
struct.
public Vector3(Vector4 vec4)
Parameter | Type | Description |
---|---|---|
vec4 | Vector4 | Vec4. |
See Also
- struct Vector4
- struct Vector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D