FVector4 Structure
A float vector with four components.

Namespace: Aspose.ThreeD.Utilities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public struct FVector4

The FVector4 type exposes the following members.

Constructors
  NameDescription
Public methodFVector4(Color)
Initializes a new instance of the FVector4.
Public methodFVector4(Vector3)
Initializes a new instance of the FVector4.
Public methodFVector4(Vector4)
Initializes a new instance of the FVector4.
Public methodFVector4(Vector3, Single)
Initializes a new instance of the FVector4.
Public methodFVector4(Single, Single, Single)
Initializes a new instance of the FVector4.
Public methodFVector4(Single, Single, Single, Single)
Initializes a new instance of the FVector4.
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the FVector4
(Overrides ValueTypeToString.)
Operators
  NameDescription
Public operatorStatic memberAddition
Operator overloading for +
Public operatorStatic memberMultiply
Operator overloading for *
Public operatorStatic memberSubtraction
Operator overloading for - (minus)
Fields
  NameDescription
Public fieldw
The w component.
Public fieldx
The x component.
Public fieldy
The y component.
Public fieldz
The z component.
See Also