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