Blender V4.5
blender::eevee::Transform Struct Reference

#include <eevee_shader_shared.hh>

Public Member Functions

 Transform ()=default
 Transform (const float4x4 &tx)
 operator float4x4 () const

Public Attributes

float4 x
float4 y
float4 z

Detailed Description

Definition at line 95 of file eevee_shader_shared.hh.

Constructor & Destructor Documentation

◆ Transform() [1/2]

blender::eevee::Transform::Transform ( )
default

◆ Transform() [2/2]

blender::eevee::Transform::Transform ( const float4x4 & tx)
inline

Definition at line 100 of file eevee_shader_shared.hh.

References x, y, and z.

Member Function Documentation

◆ operator float4x4()

blender::eevee::Transform::operator float4x4 ( ) const
inline

Definition at line 107 of file eevee_shader_shared.hh.

References x, y, and z.

Member Data Documentation

◆ x

◆ y

◆ z


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