FVector3
Overview
FVector3 is a struct in Aspose.3D FOSS for .NET.
Inherits from: IComparable<FVector3>.
Represents a 3D vector
This struct provides 10 methods for working with FVector3 objects in .NET programs.
Available methods include: CompareTo, Cross, FVector3, Normalize, Parse, ToString.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: One, UnitX, UnitY, UnitZ, Zero.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Zero | FVector3 | Read | Gets the zero. |
One | FVector3 | Read | Gets the one. |
UnitX | FVector3 | Read | Gets the unit x. |
UnitY | FVector3 | Read | Gets the unit y. |
UnitZ | FVector3 | Read | Gets the unit z. |
Methods
| Signature | Description |
|---|---|
FVector3(x: float, y: float, z: float) | Creates a vector with specified x, y, and z float components |
FVector3(xy: FVector2, z: float) | Calls FVector3(xy, z) on this FVector3 instance. |
FVector3(vec: FVector4) | Calls FVector3(vec) on this FVector3 instance. |
FVector3(vec: Vector4) | Calls FVector3(vec) on this FVector3 instance. |
FVector3(vec: Vector3) | Calls FVector3(vec) on this FVector3 instance. |
CompareTo(other: FVector3) | Calls CompareTo(other) on this FVector3 instance. |
Parse(input: string) | Calls Parse(input) on this FVector3 instance. |
Normalize() | Calls Normalize on this FVector3 instance. |
Cross(rhs: FVector3) | Calls Cross(rhs) on this FVector3 instance. |
ToString() | Calls ToString on this FVector3 instance. |