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