Unit 'FPQuantizer' Package
[Overview][Constants][Types][Classes][Index] [#fcl-image]

TOctreeQNode

Declaration

Source position: fpquantizer.pas line 63

type TOctreeQNode = record

  isleaf: Boolean;

  count: LongWord;

  R: LongWord;

  G: LongWord;

  B: LongWord;

  Next: POctreeQNode;

  Childs: TOctreeQChilds;

end;


Documentation generated on: 2023-03-18