Other packages > Find by keyword >

Rvcg  

Manipulations of Triangular Meshes Based on the 'VCGLIB' API
View on CRAN: Click here


Download and install Rvcg package within the R console
Install from CRAN:
install.packages("Rvcg")

Install from Github:
library("remotes")
install_github("cran/Rvcg")

Install by package version:
library("remotes")
install_version("Rvcg", "0.24")



Attach the package and use:
library("Rvcg")
Maintained by
Stefan Schlager
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-01-21
Latest Update: 2023-12-06
Description:
Operations on triangular meshes based on 'VCGLIB'. This package integrates nicely with the R-package 'rgl' to render the meshes processed by 'Rvcg'. The Visualization and Computer Graphics Library (VCG for short) is an open source portable C++ templated library for manipulation, processing and displaying with OpenGL of triangle and tetrahedral meshes. The library, composed by more than 100k lines of code, is released under the GPL license, and it is the base of most of the software tools of the Visual Computing Lab of the Italian National Research Council Institute ISTI , like 'metro' and 'MeshLab'. The 'VCGLIB' source is pulled from trunk and patched to work with options determined by the configure script as well as to work with the header files included by 'RcppEigen'.
How to cite:
Stefan Schlager (2014). Rvcg: Manipulations of Triangular Meshes Based on the 'VCGLIB' API. R package version 0.24, https://cran.r-project.org/web/packages/Rvcg. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.6-3 (2014-01-21 17:57), 0.7.1 (2014-01-29 16:24), 0.7 (2014-01-23 16:45), 0.8 (2014-06-05 09:46), 0.9 (2014-09-23 12:44), 0.10.1 (2014-12-22 10:13), 0.10 (2014-12-16 13:19), 0.11 (2015-04-14 14:37), 0.12.1 (2015-06-23 17:26), 0.12.2 (2015-06-27 00:44), 0.13.0 (2015-12-15 10:35), 0.13.1.1 (2015-12-31 11:57), 0.13.1.2 (2016-01-21 16:44), 0.13.1 (2015-12-22 14:36), 0.14 (2016-07-06 15:58), 0.15 (2017-01-31 17:04), 0.16 (2017-04-06 08:54), 0.17 (2017-09-07 20:26), 0.18 (2018-09-28 16:40), 0.19.1 (2020-02-08 00:20), 0.19.2 (2021-01-11 12:20), 0.19 (2020-02-06 11:30), 0.20.2 (2021-09-08 15:40), 0.20 (2021-09-02 23:10), 0.21 (2022-03-18 14:10), 0.22.1 (2023-01-26 17:00), 0.22.2 (2023-12-06 15:10), 0.22 (2022-10-31 14:02), 0.23 (2024-06-27 11:50)
Other packages that cited Rvcg R package
View Rvcg citation profile
Other R packages that Rvcg depends, imports, suggests or enhances
Complete documentation for Rvcg
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
ddp  
Desirable Dietary Pattern
The desirable Dietary Pattern (DDP)/ PPH score measures the variety of food consumption. The (weigh ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA