Back to FabImage Library website

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

ReverseSegment3D


Header:FIL.h
Namespace:fil

Swaps the two endpoints of a segment in 3D.

Syntax

C++
C#
 
void fil::ReverseSegment3D
(
	const fil::Segment3D& inSegment3D,
	fil::Segment3D& outSegment3D
)

Parameters

Name Type Default Description
inSegment3D const Segment3D&
outSegment3D Segment3D&