Home
last modified time | relevance | path

Searched refs:unitxyz (Results 1 – 6 of 6) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dstarutil_numpy.py333 unitxyz = radectoxyz(ra, dec)
335 xyz = dist[:,newaxis] * unitxyz
342 dxyz = (unitxyz2 - unitxyz) * dist[:,newaxis]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DAtom.java1329 case T.unitxyz: in atomPropertyFloat()
1460 case T.unitxyz: in atomPropertyTuple()
H A DLabelToken.java166 T.volume, T.unitxyz, T.fracxyz, T.xyz, T.fuxyz,
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DT.java531 public final static int unitxyz =14 | mathproperty | atomproperty; field in T
3258 unitxyz, // "uxyz"
H A DScriptMathProcessor.java1807 case T.unitxyz: in getPointOrBitsetOperation()
1811 return (op.intValue == T.unitxyz ? addXPt(ptu) in getPointOrBitsetOperation()
H A DScriptExpr.java1595 case T.unitxyz: in getBitsetProperty()