Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::ImagePlaneDistance Struct Reference

Component: The distance from the camera origin to the image plane when the projection is shown in a 3D viewer. More...

#include <rerun/components/image_plane_distance.hpp>

Public Member Functions

 ImagePlaneDistance (rerun::datatypes::Float32 image_from_camera_)
 
ImagePlaneDistanceoperator= (rerun::datatypes::Float32 image_from_camera_)
 
 ImagePlaneDistance (float value_)
 
ImagePlaneDistanceoperator= (float value_)
 
 operator rerun::datatypes::Float32 () const
 Cast to the underlying Float32 datatype.
 

Public Attributes

rerun::datatypes::Float32 image_from_camera
 

Detailed Description

Component: The distance from the camera origin to the image plane when the projection is shown in a 3D viewer.

This is only used for visualization purposes, and does not affect the projection itself.


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