Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) CSG.Distance Examples
Programming Language:
C# (CSharp)
Class/Type:
CSG
Method/Function:
Distance
Examples at hotexamples.com:
1
C# (CSharp) CSG.Distance - 1 examples found
. These are the top rated real world C# (CSharp) examples of
CSG.Distance
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Intersect(17)
FilterIntersections(4)
IntersectionAllowed(3)
Intersects(3)
Divide(2)
GenCsgTree(2)
LocalIntersect(2)
Create(1)
Cube(1)
Distance(1)
GetRect(1)
Instance(1)
Frequently Used Methods
Intersect (17)
FilterIntersections (4)
IntersectionAllowed (3)
Intersects (3)
Divide (2)
GenCsgTree (2)
LocalIntersect (2)
Create (1)
Cube (1)
Distance (1)
Frequently Used Methods
GetRect (1)
Instance (1)
Example #1
0
Show file
bool Contains(CSG csg) { return(csg.Distance(m_center) < m_radius * Util.CornerConstant); }
x