Click or drag to resize

vert3v3Transform Method

Transform vector to a new coordinate system (CS)

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.5.2.3 (2.5.2.3)
Syntax
public vert3 v3Transform(
	vert3[] lcs,
	bool transpose = false
)

Parameters

lcs  vert3
Versors of the coordinate system of type vert3, must be of size 3
transpose  Boolean  (Optional)
Optional, default false. Leave as false to trasform from local to global CS

Return Value

vert3
Null vector in case of error
See Also