f4enix.input.ww_gvr.models.Vectors#

class f4enix.input.ww_gvr.models.Vectors(vector_i: ndarray[Any, dtype[_ScalarType_co]], vector_j: ndarray[Any, dtype[_ScalarType_co]], vector_k: ndarray[Any, dtype[_ScalarType_co]])#

Bases: object

A group of three vectors in the form of a Numpy NDArray. They are used to define 3D meshes.

Methods

__init__(vector_i, vector_j, vector_k)

Attributes

vector_i

vector_j

vector_k