Метод | Описание | |
---|---|---|
GetSupport ( Vector2 direction ) : int |
Get the supporting vertex index in the given direction.
|
|
GetSupportVertex ( Vector2 direction ) : Vector2 |
Get the supporting vertex in the given direction.
|
|
GetVertex ( int index ) : Vector2 |
Get a vertex by index. Used by b2Distance.
|
|
Set ( |
Initialize the proxy using the given shape. The shape must remain in scope while the proxy is in use.
|
public GetSupport ( Vector2 direction ) : int | ||
direction | Vector2 | The direction. |
Результат | int |
public GetSupportVertex ( Vector2 direction ) : Vector2 | ||
direction | Vector2 | The direction. |
Результат | Vector2 |
public GetVertex ( int index ) : Vector2 | ||
index | int | The index. |
Результат | Vector2 |
public Set ( |
||
shape | The shape. | |
index | int | The index. |
Результат | void |