Create a stick tensor field from stickness and ballness fields.
Create a stick tensor field from stickness and ballness fields.
Scalar field holding stickness attribute
Scalar field holding orientation values for each point in the field, in the range (0, Pi]
Create a stick tensor field.
Create a stick tensor field.
Rows in the field.
Columns in the field.
Function which returns a stick tensor at each point (row, column) in the field.
Create a stick tensor field from a complex matrix.
Create a stick tensor field from a complex matrix. Each element of the matrix is used to represent one tensor in the field.
Complex matrix to convert to a stick tensor field.
The complex field implementing the stick tensor field.
Get the orientation in the range (0, Pi] of a stick tensor field.
Get the orientation in the range (0, Pi] of a stick tensor field.
Orientation at each point in the field, in the range (0, Pi].
Get the "stickness" of a stick tensor field.
Get the "stickness" of a stick tensor field.
Stickness as a scalar field.
A 2D field of stick tensors.
Each tensor requires only 2 components, so this is implemented with a complex field. This uses the Scala "Enriched" pattern, much like RichStrings, to automatically convert back and forth between complex fields and stick tensor fields.