Back to Aurora Vision Library website

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

TransformLine3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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

Syntax

C++
C#
 
void avl::TransformLine3D
(
	const avl::Line3D& inLine3D,
	const avl::Matrix& inTransform,
	bool inInverse,
	avl::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&