RAMSES Documentation  27.0.130
Information for RAMSES users and developers
Public Member Functions | Public Attributes | List of all members
ramses::CarModelViewMetadata Struct Reference

Struct containing metadata about car model views. More...

#include <CarModelViewMetadata.h>

Public Member Functions

constexpr bool operator== (const CarModelViewMetadata &rhs) const
 Equals operator. More...
 
constexpr bool operator!= (const CarModelViewMetadata &rhs) const
 The inequality comparison operator. More...
 

Public Attributes

float pitch
 The pitch of the view. More...
 
float yaw
 The yaw of the view. More...
 
float distance
 The distance of the view. More...
 
float origin_x
 The x value of the origin. More...
 
float origin_y
 The y value of the origin. More...
 
float origin_z
 The z value of the origin. More...
 
float cameraFOV
 The vertical FOV of the camera. More...
 
float nearPlane
 Camera frustum near plane. More...
 
float farPlane
 Camera frustum far plane. More...
 

Detailed Description

Struct containing metadata about car model views.

Member Function Documentation

◆ operator!=()

constexpr bool ramses::CarModelViewMetadata::operator!= ( const CarModelViewMetadata rhs) const
inlineconstexpr

The inequality comparison operator.

Parameters
rhsThe instance to compare to
Returns
True if not same, false otherwise

◆ operator==()

constexpr bool ramses::CarModelViewMetadata::operator== ( const CarModelViewMetadata rhs) const
inlineconstexpr

Equals operator.

Parameters
[in]rhsThe instance to compare to
Returns
True if equal, false otherwise

Member Data Documentation

◆ cameraFOV

float ramses::CarModelViewMetadata::cameraFOV

The vertical FOV of the camera.

◆ distance

float ramses::CarModelViewMetadata::distance

The distance of the view.

◆ farPlane

float ramses::CarModelViewMetadata::farPlane

Camera frustum far plane.

◆ nearPlane

float ramses::CarModelViewMetadata::nearPlane

Camera frustum near plane.

◆ origin_x

float ramses::CarModelViewMetadata::origin_x

The x value of the origin.

◆ origin_y

float ramses::CarModelViewMetadata::origin_y

The y value of the origin.

◆ origin_z

float ramses::CarModelViewMetadata::origin_z

The z value of the origin.

◆ pitch

float ramses::CarModelViewMetadata::pitch

The pitch of the view.

◆ yaw

float ramses::CarModelViewMetadata::yaw

The yaw of the view.


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