Ejemplo n.º 1
0
 public UpdatingGeometryInfo(UpdatingGeometryStage stage, Point currentPoint, GeometryIndexed.NormalizingInfo normalizingInfo, GeometryIndexedSplatted.UpdatingDivisionedGeometryInfo updatingDivisionedGeometryInfo)
 {
     this.Stage           = stage;
     this.CurrentPoint    = currentPoint;
     this.NormalizingInfo = normalizingInfo;
     this.UpdatingDivisionedGeometryInfo = updatingDivisionedGeometryInfo;
 }
Ejemplo n.º 2
0
 //Handles events that are raised from when inside the above method. Only active at a certain location
 private void OnUpdatingDivisionedGeometry(GeometryIndexedSplatted.UpdatingDivisionedGeometryInfo info)
 {
     //Alert - UpdatingGeometry (no need for checks because this method is only used after checking that the event is used)
     this.UpdatingGeometry(new UpdatingGeometryInfo(UpdatingGeometryStage.UpdatingDivisionedGeometry, new Point(-1, -1), GeometryIndexed.NormalizingInfo.Empty, info));
 }