Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: MeshVertexInfo operator-(MeshVertexInfo, Pt)

Declaration

public static MeshVertexInfo operator-(
    MeshVertexInfo vertex,
    Pt by
)

Summary

Moves a vertex backwards by the specified amount in 3D space.

Parameters

MeshVertexInfovertex Vertex.
Ptby Amount to move by.