brepjs API Reference
    Preparing search index...

    Interface Camera

    Immutable plain-object representation of a projection camera.

    interface Camera {
        direction: Vec3;
        position: Vec3;
        xAxis: Vec3;
        yAxis: Vec3;
    }
    Index

    Properties

    direction: Vec3
    position: Vec3
    xAxis: Vec3
    yAxis: Vec3