quickplot
Loading...
Searching...
No Matches
src
scatterGeometry.h
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
// Copyright (c) 2024 Team Dissolve and contributors
3
4
#pragma once
5
6
#include "axis.h"
7
#include "plotGeometry.h"
8
11
class
ScatterGeometry
:
public
PlotGeometry
12
{
13
Q_OBJECT
14
QML_NAMED_ELEMENT(
ScatterGeometry
)
15
16
public
:
17
ScatterGeometry
();
18
19
private
:
20
std::vector<Triangle> faces_(std::vector<
Vec3<float>
> points)
const override
;
21
};
PlotGeometry
Definition
plotGeometry.h:14
ScatterGeometry
Definition
scatterGeometry.h:12
Vec3
Definition
vector3.h:11
Generated by
1.9.7