Ejemplo n.º 1
0
 public bool Equals(HeadPoseAndGaze other)
 {
     return(Gaze.Equals(other.Gaze) && HeadPose.Equals(other.HeadPose));
 }