FacePose.create constructor

FacePose.create()

Create a new instance of the FacePose.

Implementation

FacePose.create() : _handle = calloc() {
  _finalizer.attach(this, _handle, detach: this);
}