Class: TexPlay::TPPoint
- Inherits:
-
Object
- Object
- TexPlay::TPPoint
- Defined in:
- ext/texplay/texplay.c
Instance Method Summary collapse
-
#initialize ⇒ Object
constructor
constructor for TPPoint class *.
Constructor Details
#initialize ⇒ Object
constructor for TPPoint class *
23 |
# File 'ext/texplay/texplay.c', line 23
static VALUE m_init_TPPoint(int argc, VALUE * argv, VALUE self);
|