FPoint3Division Operator
Return the result of one point divided by the other.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FPoint3 operator /(
FPoint3 divisor,
FPoint3 dividend
)
Public Shared Operator / (
divisor As FPoint3,
dividend As FPoint3
) As FPoint3
No code example is currently available or this language may not be supported.
- divisor FPoint3
-
A reference to the divisor.
- dividend FPoint3
-
A reference to the dividend.
FPoint3
Reference to the point division result.