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