FVector3 Structure |
Namespace: Aspose.ThreeD.Utilities
The FVector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | FVector3(Vector3) |
Initializes a new instance of the FVector3.
|
![]() | FVector3(Vector4) |
Initializes a new instance of the FVector4.
|
![]() | FVector3(Single, Single, Single) |
Initializes a new instance of the FVector3.
|
Name | Description | |
---|---|---|
![]() | Cross |
Cross product of two vectors
|
![]() | Equals | (Inherited from ValueType.) |
![]() | GetHashCode | (Inherited from ValueType.) |
![]() | GetType | (Inherited from Object.) |
![]() | Normalize |
Normalizes this instance.
|
![]() | ToString |
Returns a string that represents the FVector3 (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition |
+ Operator overloading
|
![]() ![]() | Multiply |
* Operator overloading
|
![]() ![]() | Subtraction |
- Operator overloading
|
![]() ![]() | UnaryNegation |
- Operator overloading
|
Name | Description | |
---|---|---|
![]() ![]() | UnitScale |
The unit scale vector with all components are all 1
|
![]() | x |
The x component.
|
![]() | y |
The y component.
|
![]() | z |
The y component.
|
![]() ![]() | Zero |
The Zero vector.
|