2.13. MeshVertex

2.13.1. Synopsis

2.13.1.1. Functions

  • def get_position ([time=double( UINT_MAX )[, view=View( 0 )]])

2.13.1.2. Properties

2.13.2. Detailed Description

A vertex in a tracking mesh.

class mocha.project.MeshVertex
MeshVertex.get_position([time=double( UINT_MAX )[, view=View( 0 )]])
Return type

Vector2f

MeshVertex.selected
Type

bool

Access

read-write Provides access to the selected state of the vertex.

MeshVertex.track_position
Type

Parameter

Access

read-only Provides access to the track position parameter for the vertex.

This is the position of the vertex which as calculated by the track.

MeshVertex.offset
Type

Parameter

Access

read-only Provides access to the offset parameter for the vertex.

This is any user added offset to the track position.