Back to Aurora Vision Library website

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

TransformSegment3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Syntax

C++
C#
 
void avl::TransformSegment3D
(
	const avl::Segment3D& inSegment3D,
	const avl::Matrix& inTransform,
	bool inInverse,
	avl::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&