Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ setViewPoint
Method
setViewPoint
gpu/features/src/features.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
93
void pcl::gpu::NormalEstimation::setViewPoint (float vpx, float vpy, float vpz)
94
{
95
vpx_ = vpx; vpy_ = vpy; vpz_ = vpz;
96
}
97
98
void pcl::gpu::NormalEstimation::getViewPoint (float &vpx, float &vpy, float &vpz) const
99
{
Callers
7
segmentObject
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36