TextureCoordinate4DF Constructor (Single, Single, Single, Single) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TextureCoordinate4DF(
float s,
float t,
float p,
float q
)
Public Sub New (
s As Single,
t As Single,
p As Single,
q As Single
)
public:
TextureCoordinate4DF(
float s,
float t,
float p,
float q
)
new :
s : float32 *
t : float32 *
p : float32 *
q : float32 -> TextureCoordinate4DF
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