Quaternion to Plane
Description
Utility: Converts quaternion values to a plane.
Input Parameters
Coord X (X): Defines the x-coordinate of the plane origin as number.
Coord Y (Y): Defines the y-coordinate of the plane origin as number.
Coord Z (Z): Defines the z-coordinate of the plane origin as number.
Quaternion A (A): Defines the real part of the quaternion as number.
Quaternion B (B): Defines the first imaginary coefficient of the quaternion as number.
Quaternion C (C): Defines the second imaginary coefficient of the quaternion as number.
Quaternion D (D): Defines the third imaginary coefficient of the quaternion as number.
Output Parameters
Plane (P): Contains the plane.