ducpy.Duc.SimplePoint¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.SimplePoint.np¶
- class ducpy.Duc.SimplePoint.SimplePoint¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsSimplePoint(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod SimplePointBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- X()¶
- Y()¶
- ducpy.Duc.SimplePoint.SimplePointStart(builder)¶
- ducpy.Duc.SimplePoint.Start(builder)¶
- ducpy.Duc.SimplePoint.SimplePointAddX(builder, x)¶
- ducpy.Duc.SimplePoint.AddX(builder, x)¶
- ducpy.Duc.SimplePoint.SimplePointAddY(builder, y)¶
- ducpy.Duc.SimplePoint.AddY(builder, y)¶
- ducpy.Duc.SimplePoint.SimplePointEnd(builder)¶
- ducpy.Duc.SimplePoint.End(builder)¶