Struct FVector4
Contents
[
Hide
]FVector4 structure
A float vector with four components.
public struct FVector4
Constructors
Name | Description |
---|---|
FVector4(Vector3) | Initializes a new instance of the FVector4 . |
FVector4(Vector4) | Initializes a new instance of the FVector4 . |
FVector4(Vector3, float) | Initializes a new instance of the FVector4 . |
FVector4(float, float, float) | Initializes a new instance of the FVector4 . |
FVector4(float, float, float, float) | Initializes a new instance of the FVector4 . |
Methods
Name | Description |
---|---|
override ToString() | Returns a string that represents the FVector4 |
operator + | Operator overloading for + |
explicit operator | |
operator * | Operator overloading for * |
operator - | Operator overloading for - (minus) |
Fields
Name | Description |
---|---|
W | The w component. |
X | The x component. |
Y | The y component. |
Z | The z component. |
See Also
- namespace Aspose.ThreeD.Utilities
- assembly Aspose.3D