![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
2 つの物体が接触しているときのそれらの ID (P2BodyID) のペア More...
#include <P2ContactPair.hpp>
Public Attributes | |
P2BodyID | a |
接触している物体の ID More... | |
P2BodyID | b |
接触しているもう一方の物体の ID More... | |
Friends | |
constexpr friend bool | operator== (const P2ContactPair &lhs, const P2ContactPair &rhs) noexcept |
2 つのペアが等しいかを返します。 More... | |
constexpr friend bool | operator!= (const P2ContactPair &lhs, const P2ContactPair &rhs) noexcept |
2 つのペアが異なるかを返します。 More... | |
2 つの物体が接触しているときのそれらの ID (P2BodyID) のペア
|
friend |
2 つのペアが異なるかを返します。
lhs | 比較する値 |
rhs | 比較する値 |
|
friend |
2 つのペアが等しいかを返します。
lhs | 比較する値 |
rhs | 比較する値 |
P2BodyID s3d::P2ContactPair::a |
接触している物体の ID
P2BodyID s3d::P2ContactPair::b |
接触しているもう一方の物体の ID