Back to FabImage Library website

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

TransformSegment3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

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

Syntax

C++
C#
 
void fil::TransformSegment3D
(
	const fil::Segment3D& inSegment3D,
	const fil::Matrix& inTransform,
	bool inInverse,
	fil::Segment3D& outSegment3D
)

Parameters

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