Graphmath.Quatern.identity
You're seeing just the function
identity
, go back to Graphmath.Quatern module for more information.
Link to this function
identity()
Specs
identity() :: quatern()
identity()
creates the identity quatern
.
It takes no arguments.
It returns a quatern
of the form {1.0, 0.0, 0.0, 0.0}
.