Math3D Full Project API
    Preparing search index...
    type Line3 = {
        color?: number;
        direction: Vec3;
        length?: number;
        opacity?: number;
        origin: Point3;
        radiusScale?: number;
    }
    Index

    Properties

    color?: number
    direction: Vec3
    length?: number
    opacity?: number
    origin: Point3
    radiusScale?: number