Beispiel #1
0
 // Token: 0x06000144 RID: 324 RVA: 0x00009B1E File Offset: 0x00007D1E
 public bool IsParallelTo(Line3D other)
 {
     return(this.GetDirection().IsParallelTo(other.GetDirection(), 1E-06f));
 }