• Checks if both points have same z-coordinate

    Returns

    true if both points have same z-coordinate otherwise false.

    Parameters

    • point1: Float32Array

      Float32Array of 3D point.

    • point2: Float32Array

      Float32Array of 3D point.

    Returns boolean

Generated using TypeDoc