Scales a 3D vertex by a given scalar value.
The vertex to scale, represented as a Vertex3d object.
Vertex3d
The scalar value to multiply each component of the vertex by.
A new Vertex3d object with each component scaled by the given scalar.
Scales a 3D vertex by a given scalar value.