LeviLamina
Loading...
Searching...
No Matches
KeyFrameLerpMode.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI ::glm::mat4x4 const& getPrecomputedCubicCoeffs() const;
22
23 MCAPI ::KeyFrameLerpMode& operator=(::KeyFrameLerpMode const& rhs);
24 // NOLINTEND
25};
Definition KeyFrameLerpMode.h:5
Definition Alias.h:14