e57::Translation Struct Reference

Defines a rigid body translation in Cartesian coordinates. More...

#include <E57SimpleData.h>

Public Member Functions

bool operator!= (const Translation &rhs) const
 
bool operator== (const Translation &rhs) const
 

Static Public Member Functions

static Translation identity ()
 

Public Attributes

double x { 0. }
 The X coordinate of the translation (in meters) More...
 
double y { 0. }
 The Y coordinate of the translation (in meters) More...
 
double z { 0. }
 The Z coordinate of the translation (in meters) More...
 

Detailed Description

Defines a rigid body translation in Cartesian coordinates.

Member Function Documentation

◆ identity()

static Translation e57::Translation::identity ( )
static

◆ operator!=()

bool e57::Translation::operator!= ( const Translation rhs) const

◆ operator==()

bool e57::Translation::operator== ( const Translation rhs) const

References x, y, and z.

Member Data Documentation

◆ x

◆ y

◆ z


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