FVector2Division(Single, FVector2) Operator

Return the result of a scalar divided by a point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2714.4042
C#
public static FVector2 operator /(
	float scalar,
	FVector2 point
)

Parameters

scalar  Single
The scalar divisor.
point  FVector2
The point divident.

Return Value

FVector2
Result of the multiplication.

See Also