PointMove Struct Reference

#include <lib_modeling.h>

Public Member Functions

 PointMove (Int32 index)
 

Public Attributes

Int32 i
 
Vector p
 

Constructor & Destructor Documentation

◆ PointMove()

PointMove ( Int32  index)
explicit

Constructor.

Parameters
[in]indexThe index of the point to move.

Member Data Documentation

◆ i

Int32 i

Index of the point to move.

◆ p

Vector p

New coordinate of the point to move.