FVector3.FVector3
Contents
[
Hide
]FVector3(float, float, float)
Initializes a new instance of the FVector3.
public FVector3(float x, float y, float z)
| Parameter | Type | Description |
|---|---|---|
| x | Single | X component of the vector |
| y | Single | Y component of the vector |
| z | Single | Z component of the vector |
See Also
- struct FVector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
FVector3(Vector3)
Initializes a new instance of the FVector3.
public FVector3(Vector3 vec)
| Parameter | Type | Description |
|---|---|---|
| vec | Vector3 | Vector3 in double type |
See Also
- struct Vector3
- struct FVector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D
FVector3(Vector4)
Initializes a new instance of the FVector4.
public FVector3(Vector4 vec)
| Parameter | Type | Description |
|---|---|---|
| vec | Vector4 | Vector4 in double type |
See Also
- struct Vector4
- struct FVector3
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D