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