webcad-ue4-api/types/Geometry/Orbit.d.ts

28 lines
942 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
import { Vector3 } from "three";
/**
* ,
* x当抬头或者低头到90度时,.
*/
export declare class Orbit {
private phi;
theta: number;
get RoX(): number;
set RoX(v: number);
/**
* 使
* @param [outDirection] ,,
* @returns
*/
UpdateDirection(outDirection?: Vector3): Vector3;
/**
* 使,
* @param dir .
*/
SetFromDirection(dir: Vector3): void;
/**
* .
* http://help.autodesk.com/view/ACD/2017/CHS/?guid=GUID-E19E5B42-0CC7-4EBA-B29F-5E1D595149EE
*/
static ComputUpDirection(n: Vector3, ay?: Vector3, ax?: Vector3): Vector3;
}
//# sourceMappingURL=Orbit.d.ts.map