Exemplo n.º 1
0
 public static IfcVector IfcScalarTimesVector(double scalar, IfcVectorOrDirection vec)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static IfcVector IfcVectorSum(IfcVectorOrDirection arg1, IfcVectorOrDirection arg2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static IfcVectorOrDirection IfcNormalise(IfcVectorOrDirection arg)
 {
     throw new NotImplementedException();
 }