FVector3

Overview

FVector3 is a struct in Aspose.3D FOSS for .NET. Inherits from: IComparable<FVector3>.

Represents a 3D vector

This struct provides 6 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

NameTypeAccessDescription
ZeroFVector3ReadGets the zero.
OneFVector3ReadGets the one.
UnitXFVector3ReadGets the unit x.
UnitYFVector3ReadGets the unit y.
UnitZFVector3ReadGets the unit z.

Methods

SignatureDescription
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()

See Also