Flutter Impeller
animation_transforms.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#pragma once
6
7
#include "
impeller/geometry/matrix_decomposition.h
"
8
9
namespace
impeller
{
10
namespace
scene {
11
12
struct
AnimationTransforms
{
13
MatrixDecomposition
bind_pose
;
14
MatrixDecomposition
animated_pose
;
15
};
16
17
}
// namespace scene
18
}
// namespace impeller
impeller::scene::AnimationTransforms
Definition:
animation_transforms.h:12
impeller::scene::AnimationTransforms::bind_pose
MatrixDecomposition bind_pose
Definition:
animation_transforms.h:13
impeller::MatrixDecomposition
Definition:
matrix_decomposition.h:14
impeller::scene::AnimationTransforms::animated_pose
MatrixDecomposition animated_pose
Definition:
animation_transforms.h:14
matrix_decomposition.h
impeller
Definition:
aiks_context.cc:10
impeller
scene
animation
animation_transforms.h
Generated by
1.8.17