FVector2

Overview

FVector2 is a class in Aspose.3D FOSS for Java. Inherits from: Serializable, Comparable<FVector2>.

This class provides 15 methods for working with FVector2 objects in Java programs. Available methods include: FVector2, add, compareTo, equals, hashCode, mul, op_eq, op_explicit, op_ne, sub, toString. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Methods

SignatureDescription
FVector2()Calls FVector2 on this FVector2 instance.
FVector2(x: float, y: float)Calls FVector2(x, y) on this FVector2 instance.
FVector2(vec: FVector3)Calls FVector2(vec) on this FVector2 instance.
FVector2(vec: Vector2)Calls FVector2(vec) on this FVector2 instance.
compareTo(other: FVector2)intCalls compareTo(other) on this FVector2 instance.
equals(rhs: FVector2)booleanCalls equals(rhs) on this FVector2 instance.
equals(obj: Object)booleanCalls equals(obj) on this FVector2 instance.
hashCode()intCalls hashCode on this FVector2 instance.
toString()StringCalls toString on this FVector2 instance.
op_explicit(v: FVector2)Vector2Calls op_explicit(v) on this FVector2 instance.
add(a: FVector2, b: FVector2)FVector2Calls add(a, b) on this FVector2 instance.
sub(a: FVector2, b: FVector2)FVector2Calls sub(a, b) on this FVector2 instance.
mul(a: FVector2, b: float)FVector2Calls mul(a, b) on this FVector2 instance.
op_eq(a: FVector2, b: FVector2)booleanCalls op_eq(a, b) on this FVector2 instance.
op_ne(a: FVector2, b: FVector2)booleanCalls op_ne(a, b) on this FVector2 instance.

See Also

 English