FVector2Multiply(Single, FVector2) Operator
Return the result of a point multiplied by a scalar.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector2 operator *(
float scalar,
FVector2 point
)
Public Shared Operator * (
scalar As Single,
point As FVector2
) As FVector2
No code example is currently available or this language may not be supported.
- scalar Single
-
The scalar value to multiply.
- point FVector2
-
The point to multiply.
FVector2
Result of the multiplication.