summit/frontend/node_modules/@react-three/drei/web/pivotControls/AxisArrow.d.ts

8 lines
310 B
TypeScript

import * as React from 'react';
import * as THREE from 'three';
export declare const calculateOffset: (clickPoint: THREE.Vector3, normal: THREE.Vector3, rayStart: THREE.Vector3, rayDir: THREE.Vector3) => number;
export declare const AxisArrow: React.FC<{
direction: THREE.Vector3;
axis: 0 | 1 | 2;
}>;