FVector2Multiply(FVector2, Single) 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 *(
FVector2 point,
float scalar
)
Public Shared Operator * (
point As FVector2,
scalar As Single
) As FVector2
No code example is currently available or this language may not be supported.
- point FVector2
-
The point to multiply.
- scalar Single
-
The scalar value to multiply.
FVector2
Result of the multiplication.