Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: VertexInfo Move(this VertexInfo, double, double, double)

  • Declared in: RT.Modeling.Md

Declaration

public static VertexInfo Move(
    this VertexInfo vi,
    double x = 0,
    double y = 0,
    double z = 0
)

Summary

Moves a vertex by a specified amount along the x-, y- and z-axes.