File: README.md

package info (click to toggle)
sight 25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,180 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (20 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# sight::geometry::vtk

This library contains geometrical functions or algorithms using vtk library.

## Namespaces

- **mesh**
  `sight::geometry::vtk` contains a set of utility functions:

  - `ComputeCenterOfMass`: computes the center of mass of a mesh.
 

## How to use it

### CMake

```cmake
target_link_libraries(my_target <PUBLIC|PRIVATE> geometry_vtk)
```