메소드 | 설명 | |
---|---|---|
Create ( Geometry a, Geometry b ) : |
||
Dispose ( ) : void | ||
Equals ( |
||
Equals ( object obj ) : bool | ||
FindContacts ( SatTester tester, int maxContacts = 8 ) : void | ||
GetHashCode ( ) : int | ||
Iterate ( ) : void | ||
Prepare ( float allowedPenetration, float biasFactor, float inverseDT ) : void |
메소드 | 설명 | |
---|---|---|
Collision ( ) : System | ||
MergeContacts ( ) : void |
public static Create ( Geometry a, Geometry b ) : |
||
a | Geometry | |
b | Geometry | |
리턴 |
public FindContacts ( SatTester tester, int maxContacts = 8 ) : void | ||
tester | SatTester | |
maxContacts | int | |
리턴 | void |
public Prepare ( float allowedPenetration, float biasFactor, float inverseDT ) : void | ||
allowedPenetration | float | |
biasFactor | float | |
inverseDT | float | |
리턴 | void |