Package pymeshio :: Module common
[hide private]
[frames] | no frames]

Module common

source code

common utilities.
Classes [hide private]
  Vector2
2D coordinate for uv value
  Vector3
3D coordinate for vertex position, normal direction
  Quaternion
rotation representation in vmd motion
  RGB
material color
  RGBA
material color
  ParseException
Exception in reader
  BinaryReader
general BinaryReader
  WriteException
Exception in writer
  BinaryWriter
Functions [hide private]
 
unicode(src)
literal to unicode for python2 and python3 compatiblity.
source code
 
radian_to_degree(x)
darian to deglee
source code
 
readall(path)
read all bytes from path
source code
Variables [hide private]
  __package__ = 'pymeshio'
Function Details [hide private]

unicode(src)

source code 

literal to unicode for python2 and python3 compatiblity.

in python2 str to unicode. in python3 str(as unicode) to str.