![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <MathUtil.h>
Public Member Functions | |
GraphPlot3D () noexcept | |
GraphPlot3D (string &&name) noexcept | |
bool | empty () const noexcept override |
![]() | |
GraphPlot (string name) noexcept | |
virtual | ~GraphPlot ()=default |
virtual bool | empty () const noexcept=0 |
Public Attributes | |
vector< vec3< F32 > > | _coords |
![]() | |
string | _plotName |
Definition at line 74 of file MathUtil.h.
|
inlinenoexcept |
Definition at line 75 of file MathUtil.h.
|
inlineexplicitnoexcept |
Definition at line 79 of file MathUtil.h.
|
inlineoverridevirtualnoexcept |
Implements Divide::Util::GraphPlot.
Definition at line 85 of file MathUtil.h.
Definition at line 83 of file MathUtil.h.