Selva Compute API Reference - v2.1.0
    Preparing search index...
    Index

    Constructors

    Properties

    count: number
    countU: number

    Gets the number of control points in the U direction of this surface.

    countV: number

    Gets the number of control points in the V direction of this surface.

    Methods

    • Parameters

      • u: number

        Index of control point in the surface U direction.

      • v: number

        Index of control point in the surface V direction.

      Returns number[]

      [boolean, number[]] (boolean) true on success, false on failure. (number[]) Coordinate of control point.

      Gets a world 3-D, or Euclidean, control point at the given (u, v) index. The 4-D representation is (x, y, z, 1.0).

    • Parameters

      • uv: number[]

        Index of control point in the surface U and V direction.

      Returns number[]

      [boolean, number[]] (boolean) true on success, false on failure. (number[]) Coordinate of control point.

      Gets a world 3-D, or Euclidean, control point at the given (u, v) index. The 4-D representation is (x, y, z, 1.0).

    • ...

      Returns boolean

    • ...

      Returns boolean

    • ...

      Parameters

      • u: number
      • v: number
      • point: number[]

      Returns void