Home
last modified time | relevance | path

Searched defs:normal (Results 1 – 25 of 100) sorted by relevance

1234

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainPatch.java324 …private void setInBuffer(Mesh mesh, int index, Vector3f normal, Vector3f tangent, Vector3f binorma… in setInBuffer()
370 Vector3f normal = new Vector3f(); in fixNormalEdges() local
386 setInBuffer(this.getMesh(), s, normal, tangent, binormal); in fixNormalEdges() local
387 setInBuffer(right.getMesh(), 0, normal, tangent, binormal); in fixNormalEdges() local
392 setInBuffer(this.getMesh(), s, normal, tangent, binormal); in fixNormalEdges() local
393 setInBuffer(right.getMesh(), 0, normal, tangent, binormal); in fixNormalEdges() local
406 setInBuffer(right.getMesh(), (s+1)*(s), normal, tangent, binormal); in fixNormalEdges() local
411 setInBuffer(right.getMesh(), (s+1)*s, normal, tangent, binormal); in fixNormalEdges() local
412 setInBuffer(bottom.getMesh(), s, normal, tangent, binormal); in fixNormalEdges() local
423 setInBuffer(right.getMesh(), (s+1)*(i), normal, tangent, binormal); in fixNormalEdges() local
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DPlane.java64 protected Vector3f normal = new Vector3f(); field in Plane
87 public Plane(Vector3f normal, float constant) { in Plane()
102 public void setNormal(Vector3f normal) { in setNormal()
225 public void setOriginNormal(Vector3f origin, Vector3f normal){ in setOriginNormal()
DTriangle.java55 private transient Vector3f normal; field in Triangle
231 public void setNormal(Vector3f normal) { in setNormal()
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DTangentBinormalGenerator.java69 public final Vector3f normal; field in TangentBinormalGenerator.VertexInfo
72 public VertexInfo(Vector3f position, Vector3f normal) { in VertexInfo()
91 public final Vector3f normal; field in TangentBinormalGenerator.TriangleData
93 public TriangleData(Vector3f tangent, Vector3f binormal, Vector3f normal) { in TriangleData()
317 Vector3f normal = new Vector3f(); in processTriangle() local
397 Vector3f normal = new Vector3f(); in linkVertices() local
440 Vector3f normal = new Vector3f(); in processTriangleData() local
674 Vector3f normal = new Vector3f(); in genTangentLines() local
/external/replicaisland/src/com/replica/replicaisland/
DSolidSurfaceComponent.java75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { in addSurface()
95 Vector2 normal = mNormal; in update() local
/external/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp18 TestNormal normal; in main() local
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp50 (JNIEnv * env, jobject object, jobject normal, jfloat constant) { in Java_com_jme3_bullet_collision_shapes_PlaneCollisionShape_createShape()
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Dt_vb_texgen.c101 const GLvector4f *normal, in build_m3()
128 const GLvector4f *normal, in build_m2()
177 const GLvector4f *normal, in build_f3()
204 const GLvector4f *normal, in build_f2()
280 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen_normal_map_nv() local
345 const GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen() local
Dt_vb_lighttmp.h60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
243 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
418 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
523 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c101 const GLvector4f *normal, in build_m3()
128 const GLvector4f *normal, in build_m2()
177 const GLvector4f *normal, in build_f3()
204 const GLvector4f *normal, in build_f2()
280 GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen_normal_map_nv() local
345 const GLvector4f *normal = VB->AttribPtr[_TNL_ATTRIB_NORMAL]; in texgen() local
Dt_vb_lighttmp.h60 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
243 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
418 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
523 const GLfloat *normal = (GLfloat *)VB->AttribPtr[_TNL_ATTRIB_NORMAL]->data; in TAG() local
/external/chromium_org/base/android/javatests/src/org/chromium/base/
DContextTypesTest.java20 Context normal = new MockContext(); in testReturnsExpectedType() local
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
DEmitterShape.java57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal); in getRandomPointAndNormal()
DEmitterMeshConvexHullShape.java57 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
DEmitterPointShape.java74 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
/external/eigen/Eigen/src/Eigen2Support/Geometry/
DHyperplane.h136 …inline const NormalReturnType normal() const { return NormalReturnType(*const_cast<Coefficients*>(… in normal() function
141 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
/external/iproute2/netem/
Dnormal.c18 normal(double x, double mu, double sigma) in normal() function
Dparetonormal.c27 normal(double x, double mu, double sigma) in normal() function
/external/skia/src/core/
DSkStrokerPriv.cpp15 const SkVector& normal, const SkPoint& stop, in ButtCapper()
22 const SkVector& normal, const SkPoint& stop, in RoundCapper()
41 const SkVector& normal, const SkPoint& stop, in SquareCapper()
DSkStroke.cpp49 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
60 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
124 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
148 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
239 SkVector normal, unitNormal; in lineTo() local
/external/chromium_org/third_party/skia/src/core/
DSkStrokerPriv.cpp15 const SkVector& normal, const SkPoint& stop, in ButtCapper()
22 const SkVector& normal, const SkPoint& stop, in RoundCapper()
41 const SkVector& normal, const SkPoint& stop, in SquareCapper()
DSkStroke.cpp49 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
60 SkVector* normal, SkVector* unitNormal) { in set_normal_unitnormal()
124 void SkPathStroker::preJoinTo(const SkPoint& currPt, SkVector* normal, in preJoinTo()
148 void SkPathStroker::postJoinTo(const SkPoint& currPt, const SkVector& normal, in postJoinTo()
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to()
239 SkVector normal, unitNormal; in lineTo() local
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DPlaneCollisionShape.java64 private native long createShape(Vector3f normal, float constant); in createShape()
/external/eigen/Eigen/src/Geometry/
DHyperplane.h147 …inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
152 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOCTTriangle.java74 Vector3f normal = new Vector3f(pointb); in getNormal() local

1234