malena
Why malena
Quick start
Tutorials
API docs
GitHub
GitHub
Tutorials
Loading...
Searching...
No Matches
Graphics
Primitives
Convex.h
Go to the documentation of this file.
1
2
#ifndef CONVEX_H
3
#define CONVEX_H
4
5
#pragma once
6
7
#include <
Malena/Core/Core.h
>
8
#include <
Malena/Traits/Base/Customizable.h
>
9
10
namespace
ml
11
{
12
50
class
Convex
:
public
Graphic
<sf::ConvexShape>
51
{
52
public
:
53
using
Graphic::Graphic
;
54
};
55
63
template
<
typename
MANIFEST>
64
class
ConvexWith
:
public
Convex
,
public
Customizable
<MANIFEST> {};
65
}
// namespace ml
66
#endif
// CONVEX_H
Core.h
Customizable.h
ml::Convex
A framework-integrated convex polygon shape.
Definition
Convex.h:51
ml::Convex::Graphic
Graphic()
ml::ConvexWith
Convex with an attached manifest.
Definition
Convex.h:64
ml::Customizable< MANIFEST >::Customizable
Customizable()=default
ml::Graphic::Graphic
Graphic()
ml
Definition
Component.h:18
Generated by
1.16.1