In This Topic
float D2D1Vec3Length([In] float x,[In] float y,[In] float z)
Syntax
'Declaration
Public Shared Function Vec3Length( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As System.Single
public static System.float Vec3Length(
System.float ,
System.float ,
System.float
)
Parameters
- x
- y
- z
See Also