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