BuilderElementStraightLineOrientationlocalCoordinateSystem Method

compute local coordinate axes of a beam with beam.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Vector3[] localCoordinateSystem(
	Vector3 x,
	double alpha
)

Parameters

x  Vector3
longitudinal beam axis.
alpha  Double
angle of rotation about longitudinal axis.

Return Value

Vector3
three vectors representing the local coordinate system.

See Also