OpenChemLib JS
    Preparing search index...

    Interface Coordinates

    interface Coordinates {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number

    X-coordinate.

    y: number

    Y-coordinate.

    z: number

    Z-coordinate.