OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m03
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix4f.java
48
* in the rightmost column. Element numbering is row,column, so
m03
is the zeroth
61
public float m00, m01, m02,
m03
;
field in class:Matrix4f
80
public Matrix4f(float m00, float m01, float m02, float
m03
,
88
this.
m03
=
m03
;
140
m03
= matrix.
m03
;
194
transMatrix.
m03
= -location.x;
236
matrix[3] =
m03
;
253
matrix[12] =
m03
;
[
all
...]
/external/opencv/cv/include/
cvtypes.h
53
double m00, m10, m01, m20, m11, m02, m30, m21, m12,
m03
; /* spatial moments */
member in struct:CvMoments
Completed in 348 milliseconds