ducpy.Duc.Point¶
Attributes¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- ducpy.Duc.Point.np¶
- class ducpy.Duc.Point.Point¶
Bases:
object
- __slots__ = ['_tab']¶
- classmethod GetRootAs(buf, offset=0)¶
- classmethod GetRootAsPoint(buf, offset=0)¶
This method is deprecated. Please switch to GetRootAs.
- classmethod PointBufferHasIdentifier(buf, offset, size_prefixed=False)¶
- Init(buf, pos)¶
- XV2()¶
- YV2()¶
- Mirroring()¶
- XV3()¶
- YV3()¶
- ducpy.Duc.Point.PointStart(builder)¶
- ducpy.Duc.Point.Start(builder)¶
- ducpy.Duc.Point.PointAddXV2(builder, xV2)¶
- ducpy.Duc.Point.AddXV2(builder, xV2)¶
- ducpy.Duc.Point.PointAddYV2(builder, yV2)¶
- ducpy.Duc.Point.AddYV2(builder, yV2)¶
- ducpy.Duc.Point.PointAddMirroring(builder, mirroring)¶
- ducpy.Duc.Point.AddMirroring(builder, mirroring)¶
- ducpy.Duc.Point.PointAddXV3(builder, xV3)¶
- ducpy.Duc.Point.AddXV3(builder, xV3)¶
- ducpy.Duc.Point.PointAddYV3(builder, yV3)¶
- ducpy.Duc.Point.AddYV3(builder, yV3)¶
- ducpy.Duc.Point.PointEnd(builder)¶
- ducpy.Duc.Point.End(builder)¶