예제 #1
0
파일: vector.cs 프로젝트: xinfushe/SoftGL
 public static vec4 mix(vec4 left, vec4 right, float alpha)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: vector.cs 프로젝트: xinfushe/SoftGL
 public static float dot(vec4 left, vec4 right)
 {
     throw new NotImplementedException();
 }