Matrix4x4 Constructor(Single)
In This Topic
Initializes a new instance of the
Matrix4x4 struct.
Syntax
'Declaration
Public Function New( _
ByVal As Single _
)
public Matrix4x4(
float
)
Parameters
- value
- The value that will be assigned to all components.
See Also