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