예제 #1
0
 public static float[,,] LerpByNodes(float[,,] nodes, int steps)
 {
     return(nodes.GoThrough3D(rn => SequenceInterpolation.LerpByNodes(rn, steps)));
 }