Sets the geometry normals on the specified range.
Syntax
'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)
public void SetNormals(
float[] ,
int ,
int
)
public: void SetNormals(
float[]* ,
int ,
int
)
public:
void SetNormals(
array<float>^ ,
int ,
int
)
Parameters
- normals
- Buffer with the new normals.
- start
- The start position of the normal to be set.
- end
- The end position of the normal to be set.
See Also