예제 #1
0
 public override Vector CalculateLocalNormal(Point localPoint, Intersection i = null)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public override Vector CalculateLocalNormal(Point localPoint, Intersection i = null)
 {
     return(this.GetMatrix() * new Vector(0, 1, 0));
 }
예제 #3
0
 public abstract Vector CalculateLocalNormal(Point localPoint, Intersection i = null);