示例#1
0
 public void SetValue(Point4D point, T value)
 {
     SetValue(point.X, point.Y, point.Z, point.W, value);
 }
示例#2
0
 public T GetValue(Point4D point)
 {
     return(GetValue(point.X, point.Y, point.Z, point.W));
 }