Eyeshot 10 WinForms API Reference
TransformPoint Method

WinForms Assembly > devDept.Geometry Namespace > Transformation Class : TransformPoint Method
Syntax
'Declaration
 
Public Function TransformPoint( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
) As Single()
public float[] TransformPoint( 
   float x,
   float y,
   float z
)

Parameters

x
y
z
See Also

Reference

Transformation Class
Transformation Members