Represents 3d line type.

interface WasmLine3d {
    direction: WasmVector3d;
    location: WasmVector3d;
}

Properties

Properties

direction: WasmVector3d
location: WasmVector3d