-
Hi, @rodrigodornelles!
layout of forbiden duality, rules of opcodes in bitwise lockuptable.
-
![booki](https://user-images.githubusercontent.com/87950479/178039628-2b063b90-04d1-45b9-ac7a-69c309d42ef0.gif)
![duality](https://user-images.githubusercontent.com/87950479/178039636-54504b98-4ad8-4…
-
Modify dot and cross into operator overloading.
Seperate point definition and algo implementation
Add duality of line and points and related latex
-
I started a new compilation / install of DGtal and DGtalTools on a new install of Ubuntu, from the 1.0 version of DGtal.
Here are my commands :
`cd ~ ; mkdir DGtal_src ; cd DGtal_src ; mkdir dgtal…
-
Implement DualSurface, i.e. faces and vertices switch places in the incidence structure.
This maybe should get a different name to not be confused with geodesic duality.
It is also not clear in whic…
-
it should be trivial to show that many of them are (co)limits.
the proofs should involve iff proofs that a structure is a (co)limit and the other way around. the dual concept should follow by duali…
-
```
Given 'x' an element, it is the case that:
x.setAttribute('value', 'xyzzy');
x.getAttribute('value') === 'xyzzy';
x.value === 'xyzzy';
however, if we select:
y = x.cloneNode();
then:
…
-
### Summary
There should be a getting started guide for making your own Pathfinder and using it in duality
-
An ObjectPooling sample for Duality might be useful to someone.
Object pooling (or resource pooling) helps to reduce object instantiation and destruction (which may cause overhead depending on the nu…
-
### Summary
Currently there is no simple way within the Duality framework to query the state of the various 'lock' keys on a keyboard - CapsLock, ScrollLock, and NumLock. Consider how this could be…