FVector3
FVector3 — klasa FVector3. Dziedziczy po: IEquatable<FVector3>.
Methods: Aspose.ThreeD
Metody
Brak publicznych właściwości udokumentowanych w źródle.
Metody
| 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. |
| 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) | |
FVector3(vec: FVector4) | |
FVector3(vec: Vector4) | |
FVector3(vec: Vector3) | |
CompareTo(other: FVector3) | |
Parse(input: string) | |
Normalize() | |
Cross(rhs: FVector3) | |
ToString() |