Represents 3d plane type.

interface WasmPlane3d {
    location: WasmVector3d;
    normal: WasmVector3d;
}

Properties

Properties

location: WasmVector3d
normal: WasmVector3d