Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Allow rotation matrix to be batched #32

Closed
avik-pal opened this issue Sep 10, 2020 · 0 comments
Closed

[Feature Request] Allow rotation matrix to be batched #32

avik-pal opened this issue Sep 10, 2020 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@avik-pal
Copy link
Member

function RotatePointCloud(rotmat::AbstractArray{<:Number,2}; inplace::Bool = true)
right now implements rotation such that N PointClouds or N TriMeshes (N --> batch dim) are rotated by the same matrix. I feel an important addition would be to extend to work with N rotation matrices.

This is particularly useful in rendering applications where you need different projections for meshes which don't follow the same alignment

@avik-pal avik-pal added the good first issue Good for newcomers label Sep 10, 2020
@nirmal-suthar nirmal-suthar self-assigned this Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants