espressopp.Int3D¶
-
espressopp.__Int3D(*args)¶ Parameters: *args –
-
espressopp.__Int3D.x(v, [0)¶ Parameters: - v –
- [0 –
Return type:
-
espressopp.__Int3D.y(v, [1)¶ Parameters: - v –
- [1 –
Return type:
-
espressopp.__Int3D.z(v, [2)¶ Parameters: - v –
- [2 –
Return type:
-
espressopp.toInt3DFromVector(*args)¶ Parameters: *args –
-
espressopp.toInt3D(*args)¶ Parameters: *args –
-
espressopp.Int3D.toInt3D(*args)¶ Try to convert the arguments to a Int3D, returns the argument, if it is already a Int3D.
-
espressopp.Int3D.toInt3DFromVector(*args)¶ Try to convert the arguments to a Int3D.
This function will only convert to a Int3D if x, y and z are specified.