'Declaration
Public Sub SetNormals( _
ByVal () As Single, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As ImGearVectorEntityGeometry
Dim normals() As Single
Dim start As Integer
Dim end As Integer
instance.SetNormals(normals, start, end)