Math3D Full Project API
    Preparing search index...
    type Segment3 = {
        a: Point3;
        b: Point3;
        color?: number;
        opacity?: number;
        radiusScale?: number;
    }
    Index

    Properties

    color?: number
    opacity?: number
    radiusScale?: number