Exemplo n.º 1
0
 public void SetValue(Point4D point, T value)
 {
     SetValue(point.X, point.Y, point.Z, point.W, value);
 }
Exemplo n.º 2
0
 public T GetValue(Point4D point)
 {
     return(GetValue(point.X, point.Y, point.Z, point.W));
 }