Home
last modified time | relevance | path

Searched refs:isSV (Results 1 – 2 of 2) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapespecial/
H A DPolyhedron.java122 boolean isSV = (!(o instanceof String)); in setInfo()
130 center = P3.newP(isSV ? SV.ptValue((SV)o) : (P3) o); in setInfo()
140 offset = P3.newP(isSV ? SV.ptValue((SV) o) : (P3) o); in setInfo()
146 Lst<?> lst = (isSV ? ((SV) o).getList() : (Lst<?>) o); in setInfo()
171 vertices[i] = (isSV ? SV.ptValue((SV) o) : (P3) o); in setInfo()
175 lst = (isSV ? ((SV)o).getList() : (Lst<?>) o); in setInfo()
190 this.faces = toInt2(isSV, info.get("faces")); in setInfo()
205 triangles = toInt2(isSV, o); in setInfo()
223 private int[][] toInt2(boolean isSV, Object o) { in toInt2() argument
224 Lst<?> lst = (isSV ? ((SV) o).getList() : (Lst<?>) o); in toInt2()
[all …]
/dports/math/tmv/tmv-0.75/include/tmv/
H A DTMV_Divider.h100 virtual inline bool isSV() const { return false; } in isSV() function