Interface MeshOptions

interface MeshOptions {
    axis?: VectorE3;
    meridian?: VectorE3;
}

Properties

Properties

axis?: VectorE3

The reference axis.

meridian?: VectorE3

The reference meridian.