pose

fun pose(): Matrix44(source)

Computes the pose of the point as a transformation matrix. The pose is derived using the normalized tangent, bitangent, and normal vectors as the columns of the matrix, combined with the position vector as the translation component.

Return

A 4x4 transformation matrix representing the pose of the point.

Throws

if the normal, tangent, or bitangent vectors are null.