FVector3

Overview

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

Represents a 3D vector

Properties

NameTypeAccessDescription
ZeroFVector3ReadReturns a vector whose x, y and z components are all zero
OneFVector3Read

Methods

SignatureDescription
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

See Also