'Declaration Public Shared Function Vec3Length( _ ByVal x As Single, _ ByVal y As Single, _ ByVal z As Single _ ) As Single
public static float Vec3Length( float x, float y, float z )
D2D1 Class D2D1 Members