Barycentric

Description

Name

class Tinman.Georef.Raster.Barycentric

Derived from

Raster

A raster which ties a triangle in map space to a triangle in raster space using barycentric coordinates.

Fields / Required

rasterA

Type

Vec2

First tiepoint, in raster space.


mapA

Type

Vec2

First tiepoint, in map space.


rasterB

Type

Vec2

Second tiepoint, in raster space.


mapB

Type

Vec2

Second tiepoint, in map space.


rasterC

Type

Vec2

Third tiepoint, in raster space.


mapC

Type

Vec2

Third tiepoint, in map space.