Egor Larionov

Results 13 issues of Egor Larionov

This is a continuation of #508 with the following additions: - `_lh` and `_rh` suffixes are explained in each affected function. - `look_at` is renamed to `look_to` on Matrix2 and...

This is possibly more of a question. Would it be of any interest to the users of cgmath to have more fine grained trait bounds on methods from std::ops to...

### General Summary Following [ tutorial 101](https://www.youtube.com/watch?v=3f6FE1dgMNw&ab_channel=Enso) I get an unexpected compiler error indicating that a variable I have provided is not defined. (Also wanted to add that I think...

Type: Bug

There are use cases where embedding binary data into an XML document is convenient. Although not officially supported by the XML spec there are valid and popular uses that exist...

enhancement
help wanted

There are different ways one could export files, and currently the API tries its best to guess what is intended by looking at the file type and the model definition....

enhancement
help wanted

As found in #38, creating point clouds is not particularly intuitive and we should improve the documentation surrounding this, and perhaps add some helper functions to make this simple and...

help wanted

The XML based VTK files use extensions (e.g. `.vtu`, `.vtp`, `.vts`), which indicate the type of object being represented. This must match the type specified in the VTKFile xml tag...

good first issue

Houdini expects a pressure field to be populated after pressure projection. This is used in the gasfeedback node following pressure projection to assign forces to colliding objects.

At the moment there is a lot of repeated code for manipulating similar types of meshes. The straightforward thing to do here is to figure out a trait system that...

refactor

Currently, the callback interface is not 100% safe in a sense that the caller may potentially cause UB if the output slices in the objective and derivative callbacks are not...