Home
last modified time | relevance | path

Searched refs:matrix4f (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/gauche-gl/Gauche-gl-0.6/src/
H A Dmath3d-lib.stub293 (define-cproc f32vector->matrix4f! (m::<matrix4f>
300 (define-cproc matrix4f->f32vector (m::<matrix4f>)
303 (define-cproc matrix4f-copy (m::<matrix4f>)
305 (define-cproc matrix4f-copy! (dst::<matrix4f> src::<matrix4f>)
308 (define-cproc matrix4f-mul (p::<matrix4f> q)
316 (define-cproc matrix4f-mul! (p::<matrix4f> q::<matrix4f>)
322 (define-cproc matrix4f-transpose (m::<matrix4f>)
327 (define-cproc matrix4f-transpose! (m::<matrix4f>)
435 (define-cproc scale->matrix4f! (m::<matrix4f> s)
509 (define-cproc matrix4f-decompose! (m::<matrix4f> T::<vector4f> R::<matrix4f>
[all …]
H A Dtest-math3d.scm136 (matrix4f 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5))
142 (let1 m (matrix4f 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5)
145 #,(matrix4f 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5)
157 (let1 m (matrix4f 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5)
160 #,(matrix4f 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5)
200 (matrix4f 0 4 8 12 1 5 9 13 2 6 10 14 3 7 11 15)
205 (matrix4f 0 4 8 12 1 5 9 13 2 6 10 14 3 7 11 15)
229 (matrix4f 1 0 0 0 0 -4 -1 6 0 -9 -4 15 0 5 2 -8)
234 (matrix4f 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1)
240 (matrix4f 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1)
[all …]
H A Dglext-lib.stub808 "matrix4f, f32vector or f64vector of length 16 is required, but got %S"))
814 "matrix4f, or f32vector or f64vector of length 16 is required, but got %S"))
H A Dgl-lib.stub322 "matrix4f, or f32vector or f64vector of length 16 is required, but got %S"))
327 "matrix4f, or f32vector or f64vector of length 16 is required, but got %S"))
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptMathProcessor.java787 case T.matrix4f: in doSelection()
945 case T.matrix4f: in operate()
964 case T.matrix4f: in operate()
1016 case T.matrix4f: in operate()
1201 case T.matrix4f: in binaryOp()
1242 case T.matrix4f: in binaryOp()
1312 case T.matrix4f: in binaryOp()
1361 case T.matrix4f: in binaryOp()
1378 case T.matrix4f: in binaryOp()
1573 case T.matrix4f: in binaryOp()
[all …]
H A DSV.java147 case matrix4f: in sizeOf()
634 case matrix4f: in bValue()
657 case matrix4f: in iValue()
697 case matrix4f: in fValue()
751 case matrix4f: in sValue()
954 case matrix4f: in selectItemTok()
1008 case matrix4f: in selectItemTok()
1137 case matrix4f: in setSelectedValue()
1215 case matrix4f: in escape()
1723 case matrix4f: in toArray()
[all …]
H A DScriptExpr.java376 case T.matrix4f: in parameterExpression()
2187 case T.matrix4f: in setVariable()
2581 fixed[j] = SV.newV(v instanceof M4 ? T.matrix4f : T.matrix3f, v); in setStatement()
H A DScriptParam.java888 case T.matrix4f: in isArrayParameter()
H A DT.java98 public final static int matrix4f = 12; field in T
H A DScriptCompiler.java1428 addTokenToPrefix(T.o((m instanceof M4 ? T.matrix4f : T.matrix3f), m)); in checkSpecialParameterSyntax()
H A DScriptEval.java5281 if (tokAt(2) == T.decimal && tokAt(3) == T.matrix4f) { in cmdModel()
6296 case T.matrix4f: in cmdRotate()
6300 if (tok == T.matrix4f) { in cmdRotate()
/dports/graphics/gauche-gl/Gauche-gl-0.6/doc/
H A Dgauche-gl-ref.texi3286 @deftp {Class} <matrix4f>
3287 @clindex matrix4f
3322 @defun matrix4f? obj
3331 @defun list->matrix4f l
3332 @defunx matrix4f->list m
3353 @defun matrix4f-copy m
3385 @defun matrix4f-ref2 m i j
3389 @defun matrix4f-row m i
3399 @defun matrix4f-mul m obj
3694 @defun quatf->matrix4f q
[all …]
/dports/graphics/gauche-gl/Gauche-gl-0.6/
H A DChangeLog120 * src/math3d-lib.stub (f32vector->matrix4f!): added.
121 (matrix4f->rotation!, matrix4f->translation!): changed the argument
166 * src/math3d-lib.stub (vector4f-norm, matrix4f->translation,
167 matrix4f->translation!, 2vectors->quatf, 2vectors->quatf!,
426 * src/math3d-lib.stub (matrix4f->rotation!): returns axis and angle,
/dports/graphics/gauche-gl/Gauche-gl-0.6/lib/gl/
H A Dmath3d.scm43 (define-reader-ctor 'matrix4f matrix4f) unknown
/dports/science/jmol/jmol-14.32.7/src/org/jmol/symmetry/
H A DSymmetryDesc.java266 return T.matrix4f; in getType()
368 case T.matrix4f: in getInfo()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DIsoExt.java496 case T.matrix4f: in draw()
556 case T.matrix4f: in draw()
1453 if (tokAt(++i) != T.matrix4f) in isosurface()
H A DCmdExt.java4820 String xyz = (tokAt(2) == T.string || tokAt(2) == T.matrix4f ? paramAsStr(2) : null); in show()
5479 if (tokAt(++i) != T.matrix4f) in unitcell()
5484 case T.matrix4f: in unitcell()
5698 case T.matrix4f: in modelkit()
H A DMathExt.java3182 case T.matrix4f: in evaluateRowCol()
3525 case T.matrix4f: in evaluateSymop()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DJmol.properties2251 bug fix: missing == for matrix3f and matrix4f
7065 …-- matrix3f and matrix4f are converted to standard 3x3 or 4x4 arrays; others are returned as [ xxx…
13810 -- isosurface MOVE [[...matrix4f...]] moves/rotates an isosurface (for the state)
13900 new feature: isosurface MOVE [[...matrix4f...]] moves/rotates an isosurface (for the state)