Functions
Link copied to clipboard
fun SincMatrix.Companion.csvRead(filePath: String, separator: String = ",", headerInfo: List<String> = listOf(), dateFormat: String = "yyyy-MM-dd HH:mm:ss.SSS", bundleID: String? = null): SincMatrix
For example usage see SincMathsTests/SincMatrixIO.
Link copied to clipboard
fun SincMatrix.Companion.eul2rotm(xyzRadianAngles: DoubleArray, sequence: AngleSequence): SincMatrix
Link copied to clipboard
Creates a SincMatrix from Octave scripts, such as:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Citation: Mike Day, Insomniac Games, "Converting a Rotation Matrix to a Quaternion". The code in this document is for post-multiplying rotation matrix.
Link copied to clipboard