2PL_ALWAYS_INLINE plDebugRenderer::Line::Line() =
default;
4PL_ALWAYS_INLINE plDebugRenderer::Line::Line(
const plVec3& vStart,
const plVec3& vEnd)
10PL_ALWAYS_INLINE plDebugRenderer::Line::Line(
const plVec3& vStart,
const plVec3& vEnd,
const plColor& color)
20PL_ALWAYS_INLINE plDebugRenderer::Triangle::Triangle() =
default;
22PL_ALWAYS_INLINE plDebugRenderer::Triangle::Triangle(
const plVec3& v0,
const plVec3& v1,
const plVec3& v2)
plColor represents an RGBA color in linear color space. Values are stored as float,...
Definition Color.h:44