FVector3
Overview
FVector3 is a struct in Aspose.3D FOSS for .NET.
Inherits from: IEquatable<FVector3>.
Represents a 3D vector
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Zero | FVector3 | Read | Returns a vector whose x, y and z components are all zero |
One | FVector3 | Read |
Methods
| Signature | Description |
|---|---|
FVector3(x: float, y: float, z: float) | Creates a vector by copying the values from an existing Vector3 instance |
FVector3(vec: Vector3) | |
Equals(other: FVector3) | Determines equality with a generic object, returning true if it is an FVector3 with matching components |
Equals(obj: object?) | |
GetHashCode() | Returns a hash code derived from the vector’s x, y and z components |