FVector2Division(Single, FVector2) Operator
Return the result of a scalar divided by a point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2714.4042
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 divisor.
- point FVector2
-
The point divident.
FVector2
Result of the multiplication.