Link Search Menu Expand Document

Class Sphere

Class diagram of class of Sphere.

Functions

Function summury
point(self, theta, phi)  
__init__(self, obj=None, dtheta=40, dphi=40, forward=True)  
compile(self, data, faces) complete the given numpy tables with data of the current node (more…)
get_vertex_faces(self, ni=0)  
get_vertex_coordinates__(self, ni)  
get_vertex_coordinates(self, ni)  
get_vertex_normal(self, ni)  
get_face_vertices(self, nf=0)  
get_vertex_number(self)  
get_face_number(self)  
bounding_box(self)  

Methods desciption :

point

def point(self, theta, phi)

init

def __init__(self, obj=None, dtheta=40, dphi=40, forward=True)

compile

def compile(self, data, faces)

complete the given numpy tables with data of the current node

get_vertex_faces

def get_vertex_faces(self, ni=0)

get_vertex_coordinates__

def get_vertex_coordinates__(self, ni)

get_vertex_coordinates

def get_vertex_coordinates(self, ni)

get_vertex_normal

def get_vertex_normal(self, ni)

get_face_vertices

def get_face_vertices(self, nf=0)

get_vertex_number

def get_vertex_number(self)

get_face_number

def get_face_number(self)

bounding_box

def bounding_box(self)