Blender V5.0
blender::nodes::value_elem::MatrixElem Struct Reference

#include <NOD_value_elem.hh>

Public Member Functions

 operator bool () const
uint64_t hash () const
void merge (const MatrixElem &other)
void intersect (const MatrixElem &other)

Static Public Member Functions

static MatrixElem all ()

Public Attributes

VectorElem translation
RotationElem rotation
VectorElem scale
FloatElem any_non_transform

Detailed Description

Definition at line 159 of file NOD_value_elem.hh.

Member Function Documentation

◆ all()

MatrixElem blender::nodes::value_elem::MatrixElem::all ( )
inlinestatic

◆ hash()

uint64_t blender::nodes::value_elem::MatrixElem::hash ( ) const
inline

Definition at line 173 of file NOD_value_elem.hh.

References blender::get_default_hash(), and hash().

Referenced by hash().

◆ intersect()

◆ merge()

◆ operator bool()

blender::nodes::value_elem::MatrixElem::operator bool ( ) const
inline

Definition at line 166 of file NOD_value_elem.hh.

Member Data Documentation

◆ any_non_transform

FloatElem blender::nodes::value_elem::MatrixElem::any_non_transform

For 4x4 matrices this describes whether any entry of the last row is affected.

Definition at line 164 of file NOD_value_elem.hh.

Referenced by intersect(), and merge().

◆ rotation

RotationElem blender::nodes::value_elem::MatrixElem::rotation

◆ scale

VectorElem blender::nodes::value_elem::MatrixElem::scale

Definition at line 162 of file NOD_value_elem.hh.

Referenced by intersect(), and merge().

◆ translation

VectorElem blender::nodes::value_elem::MatrixElem::translation

Definition at line 160 of file NOD_value_elem.hh.

Referenced by intersect(), and merge().


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