Home
last modified time | relevance | path

Searched refs:_vertex1 (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/dilay/dilay-1.9.0/lib/src/primitive/
H A Dtriangle.cpp10 : _vertex1 (v1) in PrimTriangle()
18 return glm::cross (this->_vertex2 - this->_vertex1, this->_vertex3 - this->_vertex1); in cross()
31 return (this->_vertex1 + this->_vertex2 + this->_vertex3) / glm::vec3 (3.0f); in center()
36 return glm::min (glm::min (this->_vertex1, this->_vertex2), this->_vertex3); in minimum()
41 return glm::max (glm::max (this->_vertex1, this->_vertex2), this->_vertex3); in maximum()
54 const float a = glm::distance (this->_vertex1, this->_vertex2); in incircleRadiusSqr()
56 const float c = glm::distance (this->_vertex1, this->_vertex3); in incircleRadiusSqr()
63 return glm::max (glm::max (glm::distance2 (this->_vertex1, this->_vertex2), in longestEdgeSqr()
65 glm::distance2 (this->_vertex1, this->_vertex3)); in longestEdgeSqr()
H A Dtriangle.hpp15 const glm::vec3& vertex1 () const { return this->_vertex1; } in vertex1()
30 const glm::vec3& _vertex1; member in PrimTriangle
/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dtriangle_edge.h42 ,_vertex1(v0>v1 ? v0 : v1) in TriangleEdge()
48 ,_vertex1(e._vertex1) in TriangleEdge()
61 {return _vertex1;} in vertex1()
69 const uint _vertex1; variable
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DCGO.h628 …sausage(const float *_vertex1, const float *_vertex2, const float _radius, const float *_color1, c… in sausage()
630 copy3f(_vertex1, vertex1); in sausage()
640 …cylinder(const float *_vertex1, const float *_vertex2, const float _radius, const float *_color1, … in cylinder()
642 copy3f(_vertex1, vertex1); in cylinder()
652 …custom_cylinder(const float *_vertex1, const float *_vertex2, const float _radius, const float *_c… in custom_cylinder()
654 copy3f(_vertex1, vertex1); in custom_cylinder()
665 …custom_cylinder_alpha(const float *_vertex1, const float *_vertex2, const float _radius, const flo… in custom_cylinder_alpha()
669 copy3f(_vertex1, vertex1); in custom_cylinder_alpha()