[FEAT] Remove unused fonctions
This commit is contained in:
@@ -82,13 +82,6 @@ bool Shape::operator==(const Shape &a_shape) const
|
|||||||
|
|
||||||
/* ------------------------------------------------------------------------- */
|
/* ------------------------------------------------------------------------- */
|
||||||
|
|
||||||
bool Shape::is_nothing(void)
|
|
||||||
{
|
|
||||||
return (m_id == kNothing);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------- */
|
|
||||||
|
|
||||||
Matrix &Shape::transform(void)
|
Matrix &Shape::transform(void)
|
||||||
{
|
{
|
||||||
return m_transform;
|
return m_transform;
|
||||||
|
|||||||
@@ -51,8 +51,6 @@ namespace Raytracer
|
|||||||
const Shape &operator=(const Shape &a_shape);
|
const Shape &operator=(const Shape &a_shape);
|
||||||
bool operator==(const Shape &a_shape) const;
|
bool operator==(const Shape &a_shape) const;
|
||||||
|
|
||||||
bool is_nothing(void);
|
|
||||||
|
|
||||||
Matrix &transform(void);
|
Matrix &transform(void);
|
||||||
void set_transform(const Matrix &a_transform_matrix);
|
void set_transform(const Matrix &a_transform_matrix);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user