Methods
|
|
Surface
__hash__
anneal
triangleArray
triangles
vertexArray
vertices
vrml
|
|
Surface
|
Surface ( self )
Surface() -> Surface
Surface constructor documentation.
|
|
__hash__
|
__hash__ ( self )
arguments/return value unknown
hash instance
|
|
anneal
|
anneal ( self, max )
anneal(float max)
anneal documentation.
|
|
triangleArray
|
triangleArray ( self )
triangleArray() -> PyObject*
triangleArray documentation.
|
|
triangles
|
triangles ( self )
triangles() -> std::vector<Triangle>
triangles documentation.
|
|
vertexArray
|
vertexArray ( self )
vertexArray() -> PyObject*
vertexArray documentation.
|
|
vertices
|
vertices ( self )
vertices() -> std::vector<otf::Geom3d::Point>
vertices documentation.
|
|
vrml
|
vrml (
self,
r,
g,
b,
a,
)
vrml(float r, float g, float b, float a) -> std::string
vrml documentation.
|