FPoint3Multiply(FPoint3, Single) 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 *(
FPoint3 point,
float scalar
)
Public Shared Operator * (
point As FPoint3,
scalar As Single
) As FPoint3
No code example is currently available or this language may not be supported.
- point FPoint3
-
The point to multiply.
- scalar Single
-
The scalar value to multiply.
FPoint3
Result of the multiplication.