ITransform3D

Description

interface Tinman.Terrain.Util.ITransform3D

Derived from

ITransform2D

Extended by

CoordinateSystemTransform sealed

Base interface for classes that provide a transformation between three-dimensional coordinate systems.

Public / Methods

Transform​Coordinates


[Pure]
public method TransformCoordinates → (3)

in : float64

The source X-coordinate.

in : float64

The source Y-coordinate.

in : float64

The source Z-coordinate.

returns → Vec3D

The target coordinates.

Transforms the given coordinates.

Extensions

Transform​Coordinates


[Pure]
public static method TransformCoordinates → (1)

in : Vec3D

The source coordinates.

returns → Vec3D

The target coordinates.

Transforms the given coordinates.