Fill matrix with the last rotation matrix calculated from head movements

Require: matrix.length >= offset + 16

Property definitions

android $ NativeHeadTracker :: last_head_view
	# Fill `matrix` with the last rotation matrix calculated from head movements
	#
	# Require: matrix.length >= offset + 16
	fun last_head_view(matrix: JavaFloatArray, offset: Int) in "Java" `{
		self.getLastHeadView(matrix, (int)offset);
	`}
lib/android/cardboard.nit:59,2--64,3