You are here: Start » FIL.NET » FIS.CreateCoordinateSystemFromVector Method

FIS.CreateCoordinateSystemFromVector Method

Creates a coordinate system from a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateCoordinateSystemFromVector
(
	FilNet.Vector2D inVector,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out FilNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inVectorFilNet.Vector2D
inAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemFilNet.CoordinateSystem2D

See also