@twinfinity/core
    Preparing search index...

    Interface Vertex3

    Represents a 3D point/vector in space.

    interface Vertex3 {
        x: number;
        y: number;
        z: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y z

    Properties

    x: number
    y: number
    z: number