Digraphs icon indicating copy to clipboard operation
Digraphs copied to clipboard

Add a function `IsDigraphRotationSystem`

Open wilfwilson opened this issue 5 months ago • 0 comments

The function FacialWalks takes something called a “rotation system” as its second argument.

I'm not exactly sure what this is, but anyway, FacialWalks does an incomplete check that its second argument is a rotation system. I thought that as well as making this check more robust/accurate, it would be good to have it as a standalone function.

In other words, we should implement IsDigraphRotationSystem, and FacialWalks should use it to validate its arguments.

wilfwilson avatar Oct 01 '25 17:10 wilfwilson