to_intrinsic_frame_field#
- iskra.directional.to_intrinsic_frame_field(u: Tensor, v: Tensor, tangents: Tensor, binormals: Tensor) Tensor[SOURCE]#
Constructs a frame field from two 3D vectors.
Important
This function assumes that
uandvare already in the plane spanned by the basis vectors.- Parameters:
- Returns:
(
Tensor[Complex, [B, 2]]) – Intrinsic frame field with \(u\) and \(v\) as two of its roots (remaining ones will be \(-u\) and \(-v\)).