Back to FabImage Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » TransformLine3D

TransformLine3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Applies a general transformation expressed by a matrix to a 3D line.

Syntax

C++
C#
 
void fil::TransformLine3D
(
	const fil::Line3D& inLine3D,
	const fil::Matrix& inTransform,
	bool inInverse,
	fil::Line3D& outLine3D
)

Parameters

Name Type Default Description
Input value inLine3D const Line3D&
Input value inTransform const Matrix& Transformation 3x3 or 4x4 matrix
Input value inInverse bool Switches to the inverse operation
Output value outLine3D Line3D&