コード例 #1
0
ファイル: vec4.glm.cs プロジェクト: marcusanth/GlmSharp
 /// <summary>
 /// Returns the p-norm of this vector.
 /// </summary>
 public static double NormP(vec4 v, double p) => v.NormP(p);