LeviLamina
Loading...
Searching...
No Matches
SplineHelperBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Vec3
;
8
// clang-format on
9
10
namespace
Editor::Widgets {
11
12
class
SplineHelperBase
{
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
// vIndex: 0
17
virtual
~SplineHelperBase
() =
default
;
18
19
// vIndex: 1
20
virtual ::std::optional<::std::vector<::Vec3>>
21
calculateInterpolatedPoints(::std::vector<::Vec3>
const
&,
int
const
)
const
= 0;
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
};
36
37
}
// namespace Editor::Widgets
Editor::Widgets::SplineHelperBase
Definition
SplineHelperBase.h:12
Vec3
Definition
Vec3.h:10
src
mc
common
editor
SplineHelperBase.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0