Link

Plane to Quaternion

Description

Utility: Converts a plane to quaternion values.

Input Parameters

Plane (P): Defines the plane to be converted.

Reference Plane (RP): Defines the reference plane for the conversion. By default this is the world XY-plane.

Output Parameters

Coord X (X): Contains the x-coordinate of the plane origin as number.

Coord Y (Y): Contains the y-coordinate of the plane origin as number.

Coord Z (Z): Contains the z-coordinate of the plane origin as number.

Quaternion A (A): Contains the real part of the quaternion as number.

Quaternion B (B): Contains the first imaginary coefficient of the quaternion as number.

Quaternion C (C): Contains the second imaginary coefficient of the quaternion as number.

Quaternion D (D): Contains the third imaginary coefficient of the quaternion as number.