![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::P2LineString, including all inherited members.
draw(const ColorF &color=Palette::White) const override | s3d::P2LineString | virtual |
drawFrame(double thickness, const ColorF &color=Palette::White) const override | s3d::P2LineString | virtual |
drawWireframe(double thickness, const ColorF &color=Palette::White) const override | s3d::P2LineString | virtual |
getDensity() const noexcept | s3d::P2Shape | |
getFilter() const noexcept | s3d::P2Shape | |
getFriction() const noexcept | s3d::P2Shape | |
getLineString() const | s3d::P2LineString | |
getRestitution() const noexcept | s3d::P2Shape | |
getRestitutionThreshold() const noexcept | s3d::P2Shape | |
getShapeType() const noexcept override | s3d::P2LineString | virtual |
isClosed() const noexcept | s3d::P2LineString | |
isOneSided() const noexcept | s3d::P2LineString | |
m_fixtures | s3d::P2Shape | protected |
P2LineString(b2Body &body, const LineString &lines, CloseRing closeRing, OneSided oneSided, const P2Material &material, const P2Filter &filter) | s3d::P2LineString | |
setDensity(double density) noexcept | s3d::P2Shape | |
setFilter(const P2Filter &filter) noexcept | s3d::P2Shape | |
setFriction(double friction) noexcept | s3d::P2Shape | |
setRestitution(double restitution) noexcept | s3d::P2Shape | |
setRestitutionThreshold(double restitutionThreshold) noexcept | s3d::P2Shape | |
~P2Shape()=default | s3d::P2Shape | virtual |