MeiCam SDK For Android  3.14.0
Static Public Member Functions | List of all members
com.meicam.sdk.NvsVrUtils Class Reference

Static Public Member Functions

static List< NvsPosition3DmapPanoramicVerticesFromLocateToWorld (float locateSpaceRotZ, NvsPosition2D locateSpaceScale, NvsPosition2D locateSpaceCenter, List< NvsPosition2D > locateVertices)
 Map the panoramic vertex from locate space to world space. More...
 
static List< NvsPosition2DmapPanoramicVerticesFromWorldToLocate (float locateSpaceRotZ, NvsPosition2D locateSpaceScale, NvsPosition2D locateSpaceCenter, List< NvsPosition3D > worldVertices)
 Map the panoramic vertex from world space to locate space. More...
 

Member Function Documentation

◆ mapPanoramicVerticesFromLocateToWorld()

static List<NvsPosition3D> com.meicam.sdk.NvsVrUtils.mapPanoramicVerticesFromLocateToWorld ( float  locateSpaceRotZ,
NvsPosition2D  locateSpaceScale,
NvsPosition2D  locateSpaceCenter,
List< NvsPosition2D locateVertices 
)
inlinestatic

Map the panoramic vertex from locate space to world space.

Returns
Return a List<NvsPosition3D> object containing world cartesian coordinate.
Since
3.7.1

◆ mapPanoramicVerticesFromWorldToLocate()

static List<NvsPosition2D> com.meicam.sdk.NvsVrUtils.mapPanoramicVerticesFromWorldToLocate ( float  locateSpaceRotZ,
NvsPosition2D  locateSpaceScale,
NvsPosition2D  locateSpaceCenter,
List< NvsPosition3D worldVertices 
)
inlinestatic

Map the panoramic vertex from world space to locate space.

Returns
Return a List<NvsPosition2D> object containing locate space spherical coordinate.
Since
3.7.1

The documentation for this class was generated from the following file: