|
Blender V5.0
|
#include <projection.h>
Public Member Functions | |
| ProjectionTransform ()=default | |
| ProjectionTransform (const Transform &tfm) | |
Public Attributes | |
| float4 | x |
| float4 | y |
| float4 | z |
| float4 | w |
Definition at line 66 of file cycles/util/projection.h.
|
default |
|
inlineexplicit |
Definition at line 72 of file cycles/util/projection.h.
References make_float4, w, x, y, and z.
| float4 ProjectionTransform::w |
Definition at line 67 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), projection_transpose(), and ProjectionTransform().
| float4 ProjectionTransform::x |
Definition at line 67 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), projection_to_transform(), projection_transpose(), and ProjectionTransform().
| float4 ProjectionTransform::y |
Definition at line 67 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), projection_to_transform(), projection_transpose(), and ProjectionTransform().
| float4 ProjectionTransform::z |
Definition at line 67 of file cycles/util/projection.h.
Referenced by copy_matrix(), make_projection(), operator*(), print_projection(), projection_to_transform(), projection_transpose(), and ProjectionTransform().