Logo
2.0.1

Contents:

  • Setup
  • Learning Videos
  • Release Notes
  • User Interface
  • Workflow
  • Maya To Rumba
  • Developer Resources
    • Maquina
      • Developing with Maquina
      • Nodes
      • Plugs
      • Channels
      • Values
      • NodeDelegate
      • Commands
      • Script
        • Create a script node
        • Main differences with Python 3
        • Syntax
        • Types
        • The main function
        • Exemples
        • Library Reference
      • USD Traversal
    • C++ API
    • Python API
    • Indices and tables
    • Nodes Documentation
Rumba
  • Developer Resources
  • Maquina
  • Script
  • Standard library

Standard library

  • Functions
    • abs()
    • len()
    • pow()
    • print()
    • round()
    • min()
    • max()
    • type()
  • Classes
    • range
    • str

math module

  • Functions
    • ceil()
    • copysign()
    • fabs()
    • floor()
    • fmod()
    • isfinite()
    • isinf()
    • isnan()
    • ldexp()
    • remainder()
    • trunc()
    • cbrt()
    • exp()
    • exp2()
    • expm1()
    • log()
    • log2()
    • log10()
    • log1p()
    • pow()
    • fabs()
    • sqrt()
    • acos()
    • asin()
    • atan()
    • atan2()
    • cos()
    • sin()
    • tan()
    • degrees()
    • radians()
    • acosh()
    • asinh()
    • atanh()
    • cosh()
    • sinh()
    • tanh()
    • erf()
    • erfc()
    • gamma()
    • lgamma()

rumba module

  • Functions
    • lerp()
    • lerp()
  • Classes
    • Array
    • Scene
    • Value

Imath module

  • Functions
    • lerp()
    • slerp()
    • slerpShortestArc()
    • spline()
    • squad()
    • intermediate()
    • extractScaling()
    • removeScaling()
    • extractScalingAndShear()
    • sansScalingAndShear()
    • sansScalingAndShear()
    • removeScalingAndShear()
    • extractAndRemoveScalingAndShear()
    • extractEulerXYZ()
    • extractEulerZYX()
    • extractQuat()
    • extractSHRT()
    • outerProduct()
    • rotationMatrix()
    • rotationMatrixWithUpDir()
    • alignZAxisWithTargetDir()
    • computeLocalFrame()
    • addOffset()
    • computeRSMatrix()
    • extractScaling()
    • sansScaling()
    • sansScalingAndShear()
    • removeScaling()
    • removeScalingAndShear()
    • outerProduct()
    • extractScalingAndShear()
    • extractAndRemoveScalingAndShear()
    • extractEuler()
    • extractEuler()
    • extractSHRT()
    • checkForZeroScaleInRow()
  • Classes
    • V2i
    • V3i
    • V4i
    • V2f
    • V3f
    • V4f
    • Quatf
    • M22f
    • M33f
    • M44f
    • V2d
    • V3d
    • V4d
    • Quatd
    • M22d
    • M33d
    • M44d
Previous Next

© Copyright 2025, Mercenaries Engineering.

Built with Sphinx using a theme provided by Read the Docs.