FPoint3Multiply(Single, FPoint3) Operator
Return the result of a point multiplied by a scalar.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 operator *(
float scalar,
FPoint3 point
)
Public Shared Operator * (
scalar As Single,
point As FPoint3
) As FPoint3
No code example is currently available or this language may not be supported.
- scalar Single
-
The scalar value to multiply.
- point FPoint3
-
The point to multiply.
FPoint3
Result of the multiplication.