klyn.math.geometry.Vector3d.operator*
method
public static operator*(v1 as Vector, scalar as Double) as Vector3d:
Description

Multiplies this vector by a scalar.

Parameters
  • scalar The scalar to multiply by.
Returns

A new Vector3d instance representing the scaled vector.