Skip to content

SandBox

hilaire edited this page May 28, 2025 · 8 revisions
---
  config:
    class:
      hideEmptyMembersBox: true
---
classDiagram
class DrGFactory{
   pool
   last
   pushAsLastWhenInPool:()
   findInPool:()
   indexOf:()
}

class DrGMacroFactory{
   degrees
   degrees:()
   rotateBy:()
}
class DrGMathItemFactory {
   cacheForm
}

DrGFactory <|-- DrGMathItemFactory
DrGFactory <|-- DrGMacroFactory

Loading

Clone this wiki locally