Namespace: Rx::LFR – Class: CCudaCompute – Header: Rx.LFR/CudaCompute.h

CCudaCompute::Project Method

C++
void Project(CRxArray<double>& targetPoints, const CRxArray<double>& sourcePoints, Rx::ELFSpace targetSpace, Rx::ELFSpace sourceSpace)

Projects an array of points from the given source space into the given target space.

Parameters

[CRxArray<double>&] targetPoints

[out] The array of projected points.

[const CRxArray<double>&] sourcePoints

[in] The array of points to project.

[Rx::ELFSpace] targetSpace

[in] The target space.

[Rx::ELFSpace] sourceSpace

[in] The source space.