Searched defs:Origin (Results 1 – 4 of 4) sorted by relevance
39 function Origin() { function49 static Origin(): Point { method in Point64 function Origin() { function
29 let Origin = ""; // not an error, since not exported variable37 static Origin: Point = { x: 0, y: 0 }; property in Point41 let Origin = ""; // not an error since not exported variable
51 export function Origin(): Point { function
66 static Origin(): Point { method in Point