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

Struct containing extended metadata about car model views It's an extension for CarModelViewMetadata. More...

#include <CarModelViewMetadata.h>

Public Member Functions

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

Public Attributes

float roll
 The roll of the view. More...
 
float cameraLocalTranslation_x
 The x value of the local camera translation. More...
 
float cameraLocalTranslation_y
 The y value of the local camera translation. More...
 
float cameraLocalTranslation_z
 The z value of the local camera translation. More...
 

Detailed Description

Struct containing extended metadata about car model views It's an extension for CarModelViewMetadata.

Member Function Documentation

◆ operator!=()

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

The inequality comparison operator.

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

◆ operator==()

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

Equals operator.

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

Member Data Documentation

◆ cameraLocalTranslation_x

float ramses::CarModelViewMetadataExtended::cameraLocalTranslation_x

The x value of the local camera translation.

◆ cameraLocalTranslation_y

float ramses::CarModelViewMetadataExtended::cameraLocalTranslation_y

The y value of the local camera translation.

◆ cameraLocalTranslation_z

float ramses::CarModelViewMetadataExtended::cameraLocalTranslation_z

The z value of the local camera translation.

◆ roll

float ramses::CarModelViewMetadataExtended::roll

The roll of the view.


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