FVector3 Structure
A float vector with three components.

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

The FVector3 type exposes the following members.

Constructors
  NameDescription
Public methodFVector3(Vector3)
Initializes a new instance of the FVector3.
Public methodFVector3(Vector4)
Initializes a new instance of the FVector4.
Public methodFVector3(Single, Single, Single)
Initializes a new instance of the FVector3.
Methods
  NameDescription
Public methodCross
Cross product of two vectors
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodNormalize
Normalizes this instance.
Public methodToString
Returns a string that represents the FVector3
(Overrides ValueTypeToString.)
Operators
  NameDescription
Public operatorStatic memberAddition
+ Operator overloading
Public operatorStatic memberMultiply
* Operator overloading
Public operatorStatic memberSubtraction
- Operator overloading
Public operatorStatic memberUnaryNegation
- Operator overloading
Fields
  NameDescription
Public fieldStatic memberUnitScale
The unit scale vector with all components are all 1
Public fieldx
The x component.
Public fieldy
The y component.
Public fieldz
The y component.
Public fieldStatic memberZero
The Zero vector.
See Also