Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / TransformPoint Method

In This Topic
    TransformPoint Method
    In This Topic
    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