Description | Hierarchy | Fields | Methods | Properties |
type IVertexManipulator = interface(IInterface)
Interface for vertex manipulators.
You should derive your manipulator from this interface if it shall be called for every vertex, getting as parameter just the vertex.
![]() |
procedure Apply(var Vertex: TVertex); |
![]() |
procedure Apply(var Vertex: TVertex); |
Applies the manipulator. |