IS3D::IS3DDraw Member List
This is the complete list of members for
IS3D::IS3DDraw, including all inherited members.
cylinder(const Vector3 &startPoint, const Vector3 &endPoint, const double &startRadius, const double &endRadius, RenderDevice *renderDevice, const Color4 &color=Color3::yellow(), const int &numSections=10) | IS3D::IS3DDraw | [static] |
lineWithTristrip(const Array< Vector3 > &points, const Vector3 &normal, const double &width, RenderDevice *renderDevice, const Color4 &color=Color3::black()) | IS3D::IS3DDraw | [static] |
poly3D(const Array< Vector3 > &polygon, RenderDevice *renderDevice, const Color4 &color=Color3::yellow()) | IS3D::IS3DDraw | [static] |
poly3DOutline(const Array< Vector3 > &polygon, RenderDevice *renderDevice, const Color4 &color=Color3::yellow()) | IS3D::IS3DDraw | [static] |