Home
last modified time | relevance | path

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

123

/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/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
Dt_vb_normals.c43 GLvector4f normal; member
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DMicrosphereInterpolatingFunction.java67 private final RealVector normal; field in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
87 RealVector normal() { in normal() method in MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
/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/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()
DEmitterMeshFaceShape.java82 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
DEmitterSphereShape.java84 public void getRandomPointAndNormal(Vector3f store, Vector3f normal) { in getRandomPointAndNormal()
/external/clang/test/SemaCXX/
Dwarn-unused-attribute.cpp15 TestNormal normal; in main() local
/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/skia/src/core/
DSkStrokerPriv.cpp15 const SkVector& normal, const SkPoint& stop, in ButtCapper()
22 const SkVector& normal, const SkPoint& stop, in RoundCapper()
35 const SkVector& normal, const SkPoint& stop, in SquareCapper()
/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/eigen/Eigen/src/Geometry/
DHyperplane.h157 …inline ConstNormalReturnType normal() const { return ConstNormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
162 inline NormalReturnType normal() { return NormalReturnType(m_coeffs,0,0,dim(),1); } in normal() function
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
DPlaneCollisionShape.java64 private native long createShape(Vector3f normal, float constant); in createShape()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DOCTTriangle.java74 Vector3f normal = new Vector3f(pointb); in getNormal() local
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHTriangle.java70 Vector3f normal = new Vector3f(pointb); in getNormal() local
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c261 float normal[2]; in good_offset() local
319 float normal[4]; in compute_pt_normal() local
680 float *normal) in bezier_point_at_length()
690 float *point, float *normal) in bezier_point_at_t()

123