ducpy.Duc.DucPoint¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.DucPoint.np¶
- class ducpy.Duc.DucPoint.DucPoint¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsDucPoint(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod DucPointBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- X()¶
- Y()¶
- Mirroring()¶
- ducpy.Duc.DucPoint.DucPointStart(builder)¶
- ducpy.Duc.DucPoint.Start(builder)¶
- ducpy.Duc.DucPoint.DucPointAddX(builder, x)¶
- ducpy.Duc.DucPoint.AddX(builder, x)¶
- ducpy.Duc.DucPoint.DucPointAddY(builder, y)¶
- ducpy.Duc.DucPoint.AddY(builder, y)¶
- ducpy.Duc.DucPoint.DucPointAddMirroring(builder, mirroring)¶
- ducpy.Duc.DucPoint.AddMirroring(builder, mirroring)¶
- ducpy.Duc.DucPoint.DucPointEnd(builder)¶
- ducpy.Duc.DucPoint.End(builder)¶