Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: MeshVertexInfo operator*(MeshVertexInfo, double)

Declaration

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

Summary

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

Parameters

MeshVertexInfovertexVertex.
doublefactorAmount of stretching/shrinking.