rotate

<script src="./point_src/rotate"></script>

Meta Data
filepath_exists True
path rotate
filepath rotate.js
clean_files ()

  • FunctionDeclaration
    function

    pseudo3DRotate

    (
    points , rotationAngles , rotationCenter , offset = True
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • FunctionDeclaration
    function

    pseudo3DRotatePerspective

    (
    rotatedPoints , rotationCenter , distance
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • FunctionDeclaration
    function

    pseudo3DRotatePerspectiveInPlace

    (
    rotatedPoints , rotationCenter , distance
    )
    dict_keys(['kind', 'word', 'generator', 'expression', 'async', 'params', 'id', 'pos', 'type'])
  • ClassDeclaration
    class comments:
    distance / (distance + point.z);
    • constructor

      constructor

      (
      parent
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
    • method

      orthogonal

      (
      spin , center , projection = 200 , perspectiveCenter = undefined
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      distance / (distance + point.z);
    • method

      perspective

      (
      spin , center , projection = 200 , perspectiveCenter = undefined
      )
      from class_name
      dict_keys(['kind', 'word', 'static', 'computed', 'is_symbol', 'value', 'type', 'comments', 'pos'])
      let spunPoints = pseudo3DRotateOrig(this.parent, spin, center, false)
    dict_keys(['kind', 'word', 'parentName', 'type', 'body', 'comments', 'pos'])
  • ExpressionStatement

    :

    dict_keys(['type', 'expression', 'pos'])