fromFloatArray Method

Summary

Generates a LeadPoint3D out of a float array.

Syntax
TypeScript
JavaScript
fromVector = function( 
   value 
) 
static fromVector( 
   value: number[] 
): LeadPoint3D; 

Parameters

value

The array which will be converted into a LeadPoint3D point.

Return Value

LeadPoint3D that contains the converted array values.

Remarks

The array should be of length 3. If it is less, then it will throw an exception. If it is more, the extra values will be ignored.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.