Blender V5.0
bConstraintOb Struct Reference

#include <BKE_constraint.h>

Public Attributes

struct Depsgraph * depsgraph
struct Scenescene
struct Objectob
struct bPoseChannelpchan
float matrix [4][4]
float startmat [4][4]
float space_obj_world_matrix [4][4]
short type
short rotOrder

Detailed Description

Definition at line 25 of file BKE_constraint.h.

Member Data Documentation

◆ depsgraph

◆ matrix

◆ ob

◆ pchan

◆ rotOrder

short bConstraintOb::rotOrder

◆ scene

◆ space_obj_world_matrix

float bConstraintOb::space_obj_world_matrix[4][4]

◆ startmat

float bConstraintOb::startmat[4][4]

original matrix (before constraint solving)

Definition at line 38 of file BKE_constraint.h.

Referenced by BKE_constraint_target_matrix_get(), BKE_constraints_clear_evalob(), and BKE_constraints_make_evalob().

◆ type

short bConstraintOb::type

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