Home
last modified time | relevance | path

Searched refs:mSubgraphPropeller3 (Results 1 – 2 of 2) sorted by relevance

/dports/games/palomino/palomino/src/program/
H A Daircraft_models.cc215 mSubgraphPropeller3(new Subgraph(graph,"Propeller3")), in SpitfireAircraft()
280 mSubgraphPropeller3->Rotate( XX, radian ); in RotatePropeller()
665 mSubgraphPropeller3(new Subgraph(graph,"Propeller1.002")), in F82Aircraft()
751 mSubgraphPropeller3->Translate( outwardAxis, -outwardTrans ); in TranslatePropeller()
758 mSubgraphPropeller3->Translate( upwardAxis, upwardTrans ); in TranslatePropeller()
776 mSubgraphPropeller3->Rotate( XX, radian ); in RotatePropeller()
H A Daircraft_models.hh68 shptr<Subgraph> mSubgraphPropeller3, mSubgraphPropeller4, mSubgraphPropellerDisc; member in program::SpitfireAircraft
180 shptr<Subgraph> mSubgraphPropeller3; member in program::F82Aircraft