Home
last modified time | relevance | path

Searched refs:SwingLeft (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicleSubpositionData.cpp19257 …MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_STATE(Unk5), MINI_GOLF_STATE(Unk3), …
19277 …MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_STATE(Unk5), MINI_GOLF_STATE(Unk3), …
19297 …MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_STATE(Unk5), MINI_GOLF_STATE(Unk3), …
19959 …, 24, 0, 0 }, { -9, 11, 0, 24, 0, 0 }, MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_…
19981 …, 0, 0, 0 }, { 11, 40, 0, 0, 0, 0 }, MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_…
20003 …, 8, 0, 0 }, { 40, 20, 0, 8, 0, 0 }, MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_…
20025 …, 16, 0, 0 }, { 20, -9, 0, 16, 0, 0 }, MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_…
20112 …, 24, 0, 0 }, { 20, 11, 0, 24, 0, 0 }, MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_…
20133 …, 0, 0, 0 }, { 11, 11, 0, 0, 0, 0 }, MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_…
20154 …, 8, 0, 0 }, { 11, 20, 0, 8, 0, 0 }, MINI_GOLF_ANIMATION(SwingLeft), MINI_GOLF_…
[all …]
/dports/archivers/draco/draco-1.4.3/docs/spec/
H A Dcorner.md97 ### SwingLeft()
100 int SwingLeft(attr_dec, corner) {
192 act_c = SwingLeft(0, first_c);
196 act_c = SwingLeft(0, act_c);
H A Dattributes.decoder.md96 act_c = SwingLeft(curr_att_dec, first_c);
99 act_c = SwingLeft(curr_att_dec, act_c);
H A Dprediction.multi.parallelogram.decoder.md31 corner_id = SwingLeft(curr_att_dec, corner_id);
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/mesh/
H A Dcorner_table.h178 if (SwingLeft(corner) == kInvalidCornerIndex) in IsOnBoundary()
195 inline CornerIndex SwingLeft(CornerIndex corner) const { in SwingLeft() function
278 CornerIndex act_c = SwingLeft(first_c); in UpdateVertexToCornerMap()
282 act_c = SwingLeft(act_c); in UpdateVertexToCornerMap()
H A Dcorner_table_iterators.h54 corner_ = corner_table_->SwingLeft(corner_); in Next()
221 corner_ = corner_table_->SwingLeft(corner_); in Next()
H A Dmesh_attribute_corner_table.cc158 act_c = SwingLeft(first_c); in RecomputeVerticesInternal()
161 act_c = SwingLeft(act_c); in RecomputeVerticesInternal()
H A Dmesh_stripifier.cc48 ci = corner_table_->SwingLeft(ci); in GenerateStripsFromCorner()
H A Dcorner_table.cc229 while (next_c = SwingLeft(current_c), in BreakNonManifoldEdges()
352 act_c = SwingLeft(act_c); in ComputeVertexCorners()
H A Dmesh_attribute_corner_table.h83 inline CornerIndex SwingLeft(CornerIndex corner) const { in SwingLeft() function
/dports/archivers/draco/draco-1.4.3/src/draco/mesh/
H A Dcorner_table.h186 if (SwingLeft(corner) == kInvalidCornerIndex) { in IsOnBoundary()
204 inline CornerIndex SwingLeft(CornerIndex corner) const { in SwingLeft() function
307 CornerIndex act_c = SwingLeft(first_c); in UpdateVertexToCornerMap()
311 act_c = SwingLeft(act_c); in UpdateVertexToCornerMap()
H A Dmesh_attribute_corner_table.h84 inline CornerIndex SwingLeft(CornerIndex corner) const { in SwingLeft() function
127 if (SwingLeft(corner) == kInvalidCornerIndex) { in IsOnBoundary()
H A Dcorner_table_iterators.h61 corner_ = corner_table_->SwingLeft(corner_); in Next()
229 corner_ = corner_table_->SwingLeft(corner_); in Next()
H A Dmesh_attribute_corner_table.cc166 act_c = SwingLeft(first_c); in RecomputeVerticesInternal()
169 act_c = SwingLeft(act_c); in RecomputeVerticesInternal()
H A Dmesh_stripifier.cc49 ci = corner_table_->SwingLeft(ci); in GenerateStripsFromCorner()
H A Dcorner_table.cc242 while (next_c = SwingLeft(current_c), in BreakNonManifoldEdges()
369 act_c = SwingLeft(act_c); in ComputeVertexCorners()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/mesh/
H A Dcorner_table.h186 if (SwingLeft(corner) == kInvalidCornerIndex) { in IsOnBoundary()
204 inline CornerIndex SwingLeft(CornerIndex corner) const { in SwingLeft() function
307 CornerIndex act_c = SwingLeft(first_c); in UpdateVertexToCornerMap()
311 act_c = SwingLeft(act_c); in UpdateVertexToCornerMap()
H A Dmesh_attribute_corner_table.h84 inline CornerIndex SwingLeft(CornerIndex corner) const { in SwingLeft() function
127 if (SwingLeft(corner) == kInvalidCornerIndex) { in IsOnBoundary()
H A Dcorner_table_iterators.h61 corner_ = corner_table_->SwingLeft(corner_); in Next()
229 corner_ = corner_table_->SwingLeft(corner_); in Next()
H A Dmesh_attribute_corner_table.cc166 act_c = SwingLeft(first_c); in RecomputeVerticesInternal()
169 act_c = SwingLeft(act_c); in RecomputeVerticesInternal()
H A Dmesh_stripifier.cc49 ci = corner_table_->SwingLeft(ci); in GenerateStripsFromCorner()
H A Dcorner_table.cc242 while (next_c = SwingLeft(current_c), in BreakNonManifoldEdges()
369 act_c = SwingLeft(act_c); in ComputeVertexCorners()
/dports/graphics/blender/blender-2.91.0/extern/draco/dracoenc/src/draco/compression/attributes/prediction_schemes/
H A Dmesh_prediction_scheme_constrained_multi_parallelogram_decoder.h133 corner_id = table->SwingLeft(corner_id); in ComputeOriginalValues()
/dports/archivers/draco/draco-1.4.3/src/draco/compression/attributes/prediction_schemes/
H A Dmesh_prediction_scheme_constrained_multi_parallelogram_decoder.h133 corner_id = table->SwingLeft(corner_id); in ComputeOriginalValues()
/dports/multimedia/assimp/assimp-5.1.3/contrib/draco/src/draco/compression/attributes/prediction_schemes/
H A Dmesh_prediction_scheme_constrained_multi_parallelogram_decoder.h133 corner_id = table->SwingLeft(corner_id); in ComputeOriginalValues()

12