FPoint3Division Operator

Return the result of one point divided by the other.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FPoint3 operator /(
	FPoint3 divisor,
	FPoint3 dividend
)

Parameters

divisor  FPoint3
A reference to the divisor.
dividend  FPoint3
A reference to the dividend.

Return Value

FPoint3
Reference to the point division result.

See Also