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

Get the dimensions of an entity #11

Open
sharma-n opened this issue Jun 11, 2020 · 0 comments
Open

Get the dimensions of an entity #11

sharma-n opened this issue Jun 11, 2020 · 0 comments

Comments

@sharma-n
Copy link

Hi,
I'm trying to get some KITTI style-labels for the point clouds I collect from GTA. Usually, those labels are not for every point, but something like the dimensions of the vehicle and its center location.

I'm able to get the coordinates of the center of the object using:

objCenter = ENTITY::GET_ENTITY_COORDS(hitEntityHandle, TRUE);

Is there a method that allows me to find the length, width and height of an entity in a similar way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant