• Takes a point as input and returns the z-coordinate of the point.

    Returns

    z-coordinate of the point.

    Parameters

    • point: Float32Array

      Float32Array of 3D point.

    Returns number | undefined

Generated using TypeDoc