FaceMeshPoint class

Represents a 3D point in face mesh, by index and PointF3D.

Constructors

FaceMeshPoint({required int index, required double x, required double y, required double z})
Creates a face mesh point.
FaceMeshPoint.fromJson(Map json)
Returns an instance of FaceMeshPoint from a given json.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
Gets the index of the face mesh point, ranging from 0 to 467.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
Returns the X value of the point.
final
y double
Returns the Y value of the point.
final
z double
Returns the Z value of the point.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited