LeviLamina
Loading...
Searching...
No Matches
BoneOrientation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI void applyShortestPathBlend(
32 ::BoneOrientation const& blendOut,
33 ::BoneOrientation const& blendIn,
34 float blendInWeight,
35 float
36 );
37
38 MCAPI ::BoneOrientation& operator=(::BoneOrientation const& rhs);
39 // NOLINTEND
40};
Definition BoneOrientation.h:5
Definition Alias.h:14