Uses of Class
com.aspose.threed.FVector3
-
-
Uses of FVector3 in com.aspose.threed
Fields in com.aspose.threed declared as FVector3 Modifier and Type Field Description static FVector3
FVector3. UNIT_SCALE
The unit scale vector with all components are all 1static FVector3
FVector3. ZERO
The Zero vector.Methods in com.aspose.threed that return FVector3 Modifier and Type Method Description static FVector3
FVector3. add(FVector3 a, FVector3 b)
+ Operator overloadingFVector3
FVector3. clone()
FVector3
FVector3. cross(FVector3 rhs)
Cross product of two vectorsstatic FVector3
FVector3. mul(FVector3 a, float b)
* Operator overloadingstatic FVector3
FVector3. negative(FVector3 a)
- Operator overloadingFVector3
FVector3. normalize()
Normalizes this instance.static FVector3
FVector3. sub(FVector3 a, FVector3 b)
- Operator overloadingMethods in com.aspose.threed with parameters of type FVector3 Modifier and Type Method Description static FVector3
FVector3. add(FVector3 a, FVector3 b)
+ Operator overloadingvoid
FVector3. copyFrom(FVector3 src)
FVector3
FVector3. cross(FVector3 rhs)
Cross product of two vectorsstatic FVector3
FVector3. mul(FVector3 a, float b)
* Operator overloadingstatic FVector3
FVector3. negative(FVector3 a)
- Operator overloadingstatic FVector3
FVector3. sub(FVector3 a, FVector3 b)
- Operator overloading
-