Click or drag to resize

TextureCoordinate4DF Constructor (Single, Single, Single, Single)

Initializes a TextureCoordinate4DF from four parameters.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TextureCoordinate4DF(
	float s,
	float t,
	float p,
	float q
)

Parameters

s
Type: SystemSingle
The s (x) coordinate.
t
Type: SystemSingle
The t (y) coordinate.
p
Type: SystemSingle
The p (z) coordinate.
q
Type: SystemSingle
The q (w) coordinate.
See Also