Declaration
public static MeshVertexInfo operator*(
double factor,
MeshVertexInfo vertex
)Summary
Scales the position of a vertex by the specified multiplicative factor.
Parameters
| double | factor | Amount of stretching/shrinking. |
| MeshVertexInfo | vertex | Vertex. |