Exemplo n.º 1
0
 public Plane3D(IVector3D a, IVector3D b, IPoint3D c) : this(a.Cross(b), c)
 {
 }