Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: MeshVertexInfo operator*(double, MeshVertexInfo)

Declaration

public static MeshVertexInfo operator*(
    double factor,
    MeshVertexInfo vertex
)

Summary

Scales the position of a vertex by the specified multiplicative factor.

Parameters

doublefactorAmount of stretching/shrinking.
MeshVertexInfovertexVertex.