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